diff options
author | Vaxry <[email protected]> | 2024-09-25 10:01:13 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-25 10:01:13 +0100 |
commit | 2320b2241c0713b8d81e8f467cb99bd4179ad23b (patch) | |
tree | 36d090c3de4199fa8b15fd1b4596ec584fe743a1 /CMakeLists.txt | |
parent | 8f5188269b7d58a90c569fd150435b4330dff7df (diff) | |
download | Hyprland-2320b2241c0713b8d81e8f467cb99bd4179ad23b.tar.gz Hyprland-2320b2241c0713b8d81e8f467cb99bd4179ad23b.zip |
Internal: move to Mat3x3 from hyprutils (#7902)
* Meson: require hyprutils >= 0.2.3
* flake.lock: update hyprutils
---------
Co-authored-by: Mihai Fufezan <[email protected]>
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 e1718b2d..8055271e 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.2) + hyprutils>=0.2.3) find_package(hyprwayland-scanner 0.3.10 REQUIRED) |