diff options
author | vaxerski <[email protected]> | 2022-11-13 11:04:28 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-11-13 11:04:28 +0000 |
commit | 23cd1b8c66da3e85692891e985567f6f45f6e501 (patch) | |
tree | 3f6cb618ec1efb2d29d50c25f962f4790747058b /CMakeLists.txt | |
parent | be6f5ce8312646c5b527020da2e576e34d325013 (diff) | |
download | Hyprland-23cd1b8c66da3e85692891e985567f6f45f6e501.tar.gz Hyprland-23cd1b8c66da3e85692891e985567f6f45f6e501.zip |
update wlroots dep
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 8402e3ba..28ca03aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,7 @@ message(STATUS "Setting link libraries") target_link_libraries(Hyprland PkgConfig::deps) target_link_libraries(Hyprland - ${CMAKE_SOURCE_DIR}/subprojects/wlroots/build/libwlroots.so.11032 # wlroots is provided by us + ${CMAKE_SOURCE_DIR}/subprojects/wlroots/build/libwlroots.so.12032 # wlroots is provided by us pixman-1 OpenGL GLESv2 |