diff options
author | Vaxry <[email protected]> | 2024-06-25 13:50:54 +0200 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-06-25 13:50:59 +0200 |
commit | 8121e66f34eb9247cd202590370bf91f8c3ec447 (patch) | |
tree | ecb3875e312d94948fd4fac2251f236732743053 | |
parent | 784c0b5ccb9b99bde66bd45bb94af5f195980f2e (diff) | |
download | Hyprland-8121e66f34eb9247cd202590370bf91f8c3ec447.tar.gz Hyprland-8121e66f34eb9247cd202590370bf91f8c3ec447.zip |
cmake: bump hyprutils dep to 0.1.5
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 632621ac..e8f203b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,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 - hyprlang>=0.3.2 hyprcursor>=0.1.7 hyprutils>=0.1.4 + hyprlang>=0.3.2 hyprcursor>=0.1.7 hyprutils>=0.1.5 ) find_package(hyprwayland-scanner 0.3.10 REQUIRED) |