mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
build: add wayland-protocols to dependencies array
We grab header files from there, ensure include directories are properly set up when building wlroots. Fixes missing header files when a wayland-protocols subproject is used.
This commit is contained in:
parent
b799ffc6ae
commit
122310a2de
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ wayland_protos = dependency('wayland-protocols',
|
|||
default_options: ['tests=false'],
|
||||
)
|
||||
wl_protocol_dir = wayland_protos.get_variable('pkgdatadir')
|
||||
wlr_deps += wayland_protos
|
||||
|
||||
wayland_scanner_dep = dependency('wayland-scanner',
|
||||
kwargs: wayland_kwargs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue