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 /CMakeLists.txt | |
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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a27d81b..d9411075 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,7 @@ pkg_check_modules( gbm hyprlang>=0.3.2 hyprcursor>=0.1.7 - hyprutils>=0.2.0) + hyprutils>=0.2.1) find_package(hyprwayland-scanner 0.3.10 REQUIRED) |