diff options
author | Vaxry <[email protected]> | 2024-05-16 18:35:48 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-16 18:35:48 +0100 |
commit | a2643e11a0a0e5e01ffb51b8ae41cf1ef458102e (patch) | |
tree | 528c6b2181fe6e1f2bac378446e42ff24c25d3f2 /protocols | |
parent | 3ac0e7ead1434c172f276a12f81da1eeb0dc4491 (diff) | |
download | Hyprland-a2643e11a0a0e5e01ffb51b8ae41cf1ef458102e.tar.gz Hyprland-a2643e11a0a0e5e01ffb51b8ae41cf1ef458102e.zip |
build: bump hw-s dep to 0.3.8
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 6b0b4d18..2c331e4b 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', version: '>=0.3.5', native: true) +hyprwayland_scanner_dep = dependency('hyprwayland-scanner', version: '>=0.3.8', native: true) hyprwayland_scanner = find_program( hyprwayland_scanner_dep.get_variable('hyprwayland_scanner'), native: true, |