1
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-07-30 11:41:53 -07:00

meson: require hyprwayland-scanner >= 0.3.5

This commit is contained in:
giskard
2024-05-08 11:57:47 +08:00
committed by Mihai Fufezan
parent 5e7925eaeb
commit 70b5e6df70

@@ -17,7 +17,7 @@ wayland_scanner = find_program(
wayland_scanner_dep.get_variable('wayland_scanner'),
native: true,
)
hyprwayland_scanner_dep = dependency('hyprwayland-scanner', native: true)
hyprwayland_scanner_dep = dependency('hyprwayland-scanner', version: '>=0.3.5', native: true)
hyprwayland_scanner = find_program(
hyprwayland_scanner_dep.get_variable('hyprwayland_scanner'),
native: true,