aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-02-14 13:47:27 -0500
committerGitHub <noreply@github.com>2018-02-14 13:47:27 -0500
commit31dde23e407f4bb1c9986100967e55915d866d27 (patch)
tree1609f49997330fd6c269e5d69851d286524ff640 /xwayland/meson.build
parent71cba94e73022d8cef8651055204a4706377ae11 (diff)
parent168e26489a0e6301ce6c383413ff9cc415d4f8ed (diff)
Merge pull request #631 from rzlourenco/master
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,
],
)