mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 13:05:59 +01:00
Merge pull request #515 from primeos/meson-backend-fix
Add libdrm as dependency for wlr_backend
This commit is contained in:
commit
e04d350113
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ lib_wlr_backend = static_library(
|
|||
'wlr_backend',
|
||||
backend_files,
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_render, wlr_protos],
|
||||
dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_render, wlr_protos, drm],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue