diff options
Diffstat (limited to 'backend/meson.build')
-rw-r--r-- | backend/meson.build | 2 |
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]) |