aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-17 08:07:29 -0400
committerGitHub <noreply@github.com>2017-08-17 08:07:29 -0400
commit30b676e3a8c7bdde4cba535de6306b6119482528 (patch)
tree3ebea1470caa643400783346fac7af2c0a2688ea /backend/meson.build
parente7fa4f12e16cf2a38b5bea064e89a53d88857274 (diff)
parente2e149784b2659e43f0459e9d659d828687d7c04 (diff)
Merge pull request #98 from martinetd/wayland_backend_xdg
Wayland backend xdg
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])