aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2017-08-16 19:19:31 +0200
committerDominique Martinet <asmadeus@codewreck.org>2017-08-17 10:24:27 +0200
commit577d2f6fcd8f69b78c2cd84190f060c60b7b9a2a (patch)
treefcd45cd7112ae1443100566bd08bd9c8dce99ad7 /backend/meson.build
parente7fa4f12e16cf2a38b5bea064e89a53d88857274 (diff)
wayland backend: switch to xdg shell
Closes #72 and #96.
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/meson.build b/backend/meson.build
index cea3076c..6a6a5f9f 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -31,4 +31,4 @@ endif
lib_wlr_backend = static_library('wlr_backend', backend_files,
include_directories: wlr_inc,
- dependencies: [wayland_server, egl, gbm, libinput, systemd])
+ dependencies: [wayland_server, egl, gbm, libinput, systemd, wlr_protos])