mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-12 13:29:45 -05:00
Add missing dependencies
This commit is contained in:
parent
71cba94e73
commit
168e26489a
4 changed files with 8 additions and 6 deletions
|
|
@ -22,7 +22,7 @@ lib_wlr_render = static_library(
|
|||
glapi[0],
|
||||
glapi[1],
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [glesv2, egl, pixman],
|
||||
dependencies: [egl, glesv2, pixman, wayland_server],
|
||||
)
|
||||
|
||||
wlr_render = declare_dependency(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue