aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build9
1 files changed, 5 insertions, 4 deletions
diff --git a/backend/meson.build b/backend/meson.build
index bac43063..c0ed76f1 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -28,14 +28,15 @@ backend_files = files(
)
backend_deps = [
- wayland_server,
+ drm,
egl,
gbm,
libinput,
- wlr_render,
- wlr_protos,
- drm,
pixman,
+ xkbcommon,
+ wayland_server,
+ wlr_protos,
+ wlr_render,
]
if host_machine.system().startswith('freebsd')