mirror of
https://github.com/hyprwm/Hyprland
synced 2025-04-06 09:31:57 +02:00
protocols/meson.build: use native wayland-scanner
This commit is contained in:
parent
5ee35f914f
commit
006bd9eef5
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ foreach protocol : protocols
|
|||
endforeach
|
||||
|
||||
# wayland.xml generation
|
||||
wayland_scanner = dependency('wayland-scanner')
|
||||
wayland_scanner = dependency('wayland-scanner', native: true)
|
||||
wayland_scanner_datadir = wayland_scanner.get_variable('pkgdatadir')
|
||||
|
||||
wayland_xml = wayland_scanner_datadir / 'wayland.xml'
|
||||
|
|
Loading…
Add table
Reference in a new issue