aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
diff options
context:
space:
mode:
authorRodrigo Lourenço <rodrigo.z.lourenco@tecnico.ulisboa.pt>2018-02-14 18:27:31 +0000
committerRodrigo Lourenço <rzl@l2f.inesc-id.pt>2018-02-14 18:42:39 +0000
commit168e26489a0e6301ce6c383413ff9cc415d4f8ed (patch)
tree1609f49997330fd6c269e5d69851d286524ff640 /xwayland/meson.build
parent71cba94e73022d8cef8651055204a4706377ae11 (diff)
Add missing dependencies
Diffstat (limited to 'xwayland/meson.build')
-rw-r--r--xwayland/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build
index de05cfaa..2ccdf4cb 100644
--- a/xwayland/meson.build
+++ b/xwayland/meson.build
@@ -15,6 +15,7 @@ lib_wlr_xwayland = static_library(
xcb_image,
xcb_render,
xcb_icccm,
+ xkbcommon,
pixman,
],
)