diff options
author | outfoxxed <[email protected]> | 2024-07-27 13:43:01 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-27 21:43:01 +0100 |
commit | bc86afea7e177a7ad4335737417fc0e468698dc4 (patch) | |
tree | ef098366026026cbe5c676c99fdec4af13615ca4 /src/meson.build | |
parent | 6edfdd63a1fc87a6d874364c404c9b6f852c7096 (diff) | |
download | Hyprland-bc86afea7e177a7ad4335737417fc0e468698dc4.tar.gz Hyprland-bc86afea7e177a7ad4335737417fc0e468698dc4.zip |
xdg-shell: completely rewrite xdg-positioner (#7067)
This implementation actually works.
Diffstat (limited to 'src/meson.build')
-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 71854fa4..098d8298 100644 --- a/src/meson.build +++ b/src/meson.build @@ -14,7 +14,7 @@ executable('Hyprland', src, dependency('cairo'), dependency('hyprcursor', version: '>=0.1.7'), dependency('hyprlang', version: '>= 0.3.2'), - dependency('hyprutils', version: '>= 0.2.0'), + dependency('hyprutils', version: '>= 0.2.1'), dependency('libdrm'), dependency('egl'), dependency('xkbcommon'), |