mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 05:50:09 +01:00
build: add Wayland subproject
This allows developers to work on a new wayland-scanner feature and test it with wayland-protocols without too much hassle. Depends on https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/313 Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
f89eb17d55
commit
60c6b51097
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
prog_scan_sh = find_program('scan.sh')
|
||||
dep_scanner = dependency('wayland-scanner', version: '>=1.20.0', native: true)
|
||||
prog_scanner = find_program(dep_scanner.get_variable(pkgconfig: 'wayland_scanner'))
|
||||
dep_scanner = dependency('wayland-scanner', version: '>=1.20.0', native: true, fallback: 'wayland')
|
||||
prog_scanner = find_program(dep_scanner.get_variable(pkgconfig: 'wayland_scanner', internal: 'wayland_scanner'))
|
||||
|
||||
libwayland = [
|
||||
dependency('wayland-client'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue