1
0
Fork 0
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:
Mihai Fufezan 2025-03-23 18:15:17 +02:00
parent 5ee35f914f
commit 006bd9eef5
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg

View file

@ -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'