aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-05-07 19:53:15 +0100
committerVaxry <[email protected]>2024-05-07 21:03:26 +0100
commit601210878dc5d05f195753dccf0cafa3187c6ad6 (patch)
tree1cf6043b680bf5f9945d66e55369c1c611694b13 /CMakeLists.txt
parent22a86fd7a287e16522bef80d4a89f399ce654cc3 (diff)
downloadHyprland-601210878dc5d05f195753dccf0cafa3187c6ad6.tar.gz
Hyprland-601210878dc5d05f195753dccf0cafa3187c6ad6.zip
cmake: bump hw-s required ver to 0.3.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef077d8b..f491e100 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,7 +109,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.4 hyprlang>=0.3.2 hyprcursor>=0.1.7
+ hyprwayland-scanner>=0.3.5 hyprlang>=0.3.2 hyprcursor>=0.1.7
)
file(GLOB_RECURSE SRCFILES "src/*.cpp")