diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-06 07:04:27 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-06 07:04:27 -0400 |
commit | 4657f10dd29e0dd5d27967b72e4dc1d95b34b6aa (patch) | |
tree | 7c9e6c441849604a4303df501e9a73f9c3eac384 /xwayland/meson.build | |
parent | d3ebf99b0fcadff6b70e6d7e90b956330cefe8a1 (diff) | |
parent | b2d478a4189ffd96dc6158003f5cde76b70bd368 (diff) |
Merge branch 'master' into feature/xdg-popup
Diffstat (limited to 'xwayland/meson.build')
-rw-r--r-- | xwayland/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build index 9797a1a1..d989f6dd 100644 --- a/xwayland/meson.build +++ b/xwayland/meson.build @@ -6,5 +6,5 @@ lib_wlr_xwayland = static_library( 'xwm.c', ), include_directories: wlr_inc, - dependencies: [wayland_server, xcb, xcb_composite, pixman], + dependencies: [wayland_server, xcb, xcb_composite, xcb_icccm, pixman], ) |