diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-02 12:28:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 12:28:31 -0400 |
commit | 62734d05535bd0137f3239f3d7639438961868fe (patch) | |
tree | c19f95400b1529ba32148755b038e7db386c8d8e /xwayland/meson.build | |
parent | 2d4e02969dd5ec208bbd36adab0ae1e6fc028638 (diff) | |
parent | 900fb326f7608695a160a2ce645db94f33df7f87 (diff) |
Merge pull request #380 from emersion/xwayland-root-cursor
Set xwayland root cursor
Diffstat (limited to 'xwayland/meson.build')
-rw-r--r-- | xwayland/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build index a05ae584..e92e042c 100644 --- a/xwayland/meson.build +++ b/xwayland/meson.build @@ -11,6 +11,8 @@ lib_wlr_xwayland = static_library( xcb, xcb_composite, xcb_xfixes, + xcb_image, + xcb_render, xcb_icccm, pixman, ], |