diff options
author | giskard <[email protected]> | 2024-05-08 11:57:47 +0800 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-05-08 09:11:54 +0300 |
commit | 70b5e6df70a7eac180e2c8e9c2bce70ff43b45ad (patch) | |
tree | 7c2c0d3a4b1563bf1a0c4d2a89e47a98b4fb1943 /protocols | |
parent | 5e7925eaeba474cfc283e26b7aa3426ec97424f7 (diff) | |
download | Hyprland-70b5e6df70a7eac180e2c8e9c2bce70ff43b45ad.tar.gz Hyprland-70b5e6df70a7eac180e2c8e9c2bce70ff43b45ad.zip |
meson: require hyprwayland-scanner >= 0.3.5
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index f6c54d4d..4c315797 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -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, |