diff options
author | Mihai Fufezan <[email protected]> | 2024-09-25 10:01:11 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-25 10:01:11 +0300 |
commit | 1170c8765d46190799451ba45249ada6215fa1da (patch) | |
tree | 9d9e859287821c11fc35b7a08df64a98c13b7659 | |
parent | 77268cb40e7bb10fe0ecefc580e71050a6d41ad4 (diff) | |
download | Hyprland-1170c8765d46190799451ba45249ada6215fa1da.tar.gz Hyprland-1170c8765d46190799451ba45249ada6215fa1da.zip |
Meson: require hyprutils >= 0.2.3
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 928cd5a7..da46c38c 100644 --- a/src/meson.build +++ b/src/meson.build @@ -16,7 +16,7 @@ executable( dependency('cairo'), dependency('hyprcursor', version: '>=0.1.7'), dependency('hyprlang', version: '>= 0.3.2'), - dependency('hyprutils', version: '>= 0.2.1'), + dependency('hyprutils', version: '>= 0.2.3'), dependency('libdrm'), dependency('egl'), dependency('xkbcommon'), |