diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-02-14 13:47:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 13:47:27 -0500 |
commit | 31dde23e407f4bb1c9986100967e55915d866d27 (patch) | |
tree | 1609f49997330fd6c269e5d69851d286524ff640 /xwayland | |
parent | 71cba94e73022d8cef8651055204a4706377ae11 (diff) | |
parent | 168e26489a0e6301ce6c383413ff9cc415d4f8ed (diff) |
Merge pull request #631 from rzlourenco/master
Add missing dependencies
Diffstat (limited to 'xwayland')
-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 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, ], ) |