mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
Revert "build: check wayland-scanner version"
This reverts commit c2ce50b9d7.
Pushed by mistake. Sorry about that.
This commit is contained in:
parent
c2ce50b9d7
commit
555d3b8a9b
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ pkgconfig.generate(
|
|||
)
|
||||
|
||||
if meson.is_cross_build()
|
||||
scanner_dep = dependency('wayland-scanner', native: true, version: '>=1.14.0')
|
||||
scanner_dep = dependency('wayland-scanner', native: true)
|
||||
wayland_scanner_for_build = find_program(scanner_dep.get_pkgconfig_variable('wayland_scanner'))
|
||||
else
|
||||
wayland_scanner_for_build = wayland_scanner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue