aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-17 16:34:32 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-17 16:34:32 -0500
commitd2c7defa10797b6755904ee43d93bf1275d1777a (patch)
treef4e1974892f71ad1724ed64b042f34c002d43fe2 /backend
parent85871cb666a8adf8221b0b64049697a9d5ade686 (diff)
parent088028c570dd5b52f81069654166f0117667fac0 (diff)
Merge branch 'master' into output-layout-adjacent
Diffstat (limited to 'backend')
-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')