diff options
author | Vaxry <[email protected]> | 2024-11-11 13:07:45 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-11-11 13:16:40 +0000 |
commit | 1862b4a4ce5603e619e9576192e0dc2e47058723 (patch) | |
tree | 7fca92b5fceac6e54503a7f60456cdf9d6535d99 | |
parent | f5ab88e770890259329341cf7a9e7f625bf8e811 (diff) | |
download | Hyprland-1862b4a4ce5603e619e9576192e0dc2e47058723.tar.gz Hyprland-1862b4a4ce5603e619e9576192e0dc2e47058723.zip |
bump aq
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ac2e10f..65160869 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ find_package(OpenGL REQUIRED COMPONENTS ${GLES_VERSION}) pkg_check_modules(hyprctl_deps REQUIRED IMPORTED_TARGET hyprutils>=0.2.4) -pkg_check_modules(aquamarine_dep REQUIRED IMPORTED_TARGET aquamarine>=0.4.2) +pkg_check_modules(aquamarine_dep REQUIRED IMPORTED_TARGET aquamarine>=0.4.5) add_compile_definitions(AQUAMARINE_VERSION="${aquamarine_dep_VERSION}") |