diff options
author | Rodrigo Lourenço <rodrigo.z.lourenco@tecnico.ulisboa.pt> | 2018-02-14 18:27:31 +0000 |
---|---|---|
committer | Rodrigo Lourenço <rzl@l2f.inesc-id.pt> | 2018-02-14 18:42:39 +0000 |
commit | 168e26489a0e6301ce6c383413ff9cc415d4f8ed (patch) | |
tree | 1609f49997330fd6c269e5d69851d286524ff640 /backend | |
parent | 71cba94e73022d8cef8651055204a4706377ae11 (diff) |
Add missing dependencies
Diffstat (limited to 'backend')
-rw-r--r-- | backend/meson.build | 9 |
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') |