aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-05-16 18:35:48 +0100
committerVaxry <[email protected]>2024-05-16 18:35:48 +0100
commita2643e11a0a0e5e01ffb51b8ae41cf1ef458102e (patch)
tree528c6b2181fe6e1f2bac378446e42ff24c25d3f2
parent3ac0e7ead1434c172f276a12f81da1eeb0dc4491 (diff)
downloadHyprland-a2643e11a0a0e5e01ffb51b8ae41cf1ef458102e.tar.gz
Hyprland-a2643e11a0a0e5e01ffb51b8ae41cf1ef458102e.zip
build: bump hw-s dep to 0.3.8
-rw-r--r--CMakeLists.txt2
-rw-r--r--protocols/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9897185f..ab3576c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -110,7 +110,7 @@ pkg_check_modules(deps REQUIRED IMPORTED_TARGET
wayland-server wayland-client wayland-cursor wayland-protocols
cairo pango pangocairo pixman-1
libdrm libinput hwdata libseat libdisplay-info libliftoff libudev gbm
- hyprwayland-scanner>=0.3.7 hyprlang>=0.3.2 hyprcursor>=0.1.7
+ hyprwayland-scanner>=0.3.8 hyprlang>=0.3.2 hyprcursor>=0.1.7
)
file(GLOB_RECURSE SRCFILES "src/*.cpp")
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,