mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Add missing dependencies
This commit is contained in:
parent
71cba94e73
commit
168e26489a
4 changed files with 8 additions and 6 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue