Add missing dependencies

This commit is contained in:
Rodrigo Lourenço 2018-02-14 18:27:31 +00:00 committed by Rodrigo Lourenço
parent 71cba94e73
commit 168e26489a
4 changed files with 8 additions and 6 deletions

View file

@ -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')