aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
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])