diff options
author | emersion <contact@emersion.fr> | 2017-11-02 15:52:02 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-02 15:52:02 +0100 |
commit | ddd7b7711cabcabe73db6446bc02965fc645b244 (patch) | |
tree | e547a014bc6ededdc164ab462db80b02851b2450 /xwayland/meson.build | |
parent | 4254c28138e33e0dfc7661f39a08a3be5a6f03a6 (diff) |
Load xwm cursor from theme
Diffstat (limited to 'xwayland/meson.build')
-rw-r--r-- | xwayland/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build index 669a0984..e92e042c 100644 --- a/xwayland/meson.build +++ b/xwayland/meson.build @@ -12,6 +12,7 @@ lib_wlr_xwayland = static_library( xcb_composite, xcb_xfixes, xcb_image, + xcb_render, xcb_icccm, pixman, ], |