diff options
author | Vaxry <[email protected]> | 2024-09-21 00:33:48 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-09-21 00:37:17 +0100 |
commit | 9232bc2c00a57b99ac876b43fdfedfa25c2de774 (patch) | |
tree | df71f765676bd668a57b0f0d011652390d6f6d7c /CMakeLists.txt | |
parent | db0b764a5ac22e752d8557cc1e1e5a42ac58c7e4 (diff) | |
download | Hyprland-9232bc2c00a57b99ac876b43fdfedfa25c2de774.tar.gz Hyprland-9232bc2c00a57b99ac876b43fdfedfa25c2de774.zip |
internal: move to hyprutils' scopeguard
bumps hyprutils dep to 0.2.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b6ac8efc..e1718b2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,7 @@ pkg_check_modules( gio-2.0 hyprlang>=0.3.2 hyprcursor>=0.1.7 - hyprutils>=0.2.1) + hyprutils>=0.2.2) find_package(hyprwayland-scanner 0.3.10 REQUIRED) |