aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-02-15 14:11:07 +0000
committerVaxry <[email protected]>2024-02-15 14:11:07 +0000
commitb7870346b8923594c72909c4e09e54ef3a5891ef (patch)
tree14b8faf89cd60b7454cb99d0b8c01dae46852fab
parent75492802e0bb077f14e615232a865185d0368c9b (diff)
downloadHyprland-b7870346b8923594c72909c4e09e54ef3a5891ef.tar.gz
Hyprland-b7870346b8923594c72909c4e09e54ef3a5891ef.zip
bump hyprlang dep in cmake
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index caf365f4..857e21de 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,7 +101,7 @@ message(STATUS "Checking deps...")
find_package(Threads REQUIRED)
find_package(PkgConfig REQUIRED)
find_package(OpenGL REQUIRED)
-pkg_check_modules(deps REQUIRED IMPORTED_TARGET wayland-server wayland-client wayland-cursor wayland-protocols cairo libdrm xkbcommon libinput pango pangocairo pixman-1 hyprlang>=0.3.0) # we do not check for wlroots, as we provide it ourselves
+pkg_check_modules(deps REQUIRED IMPORTED_TARGET wayland-server wayland-client wayland-cursor wayland-protocols cairo libdrm xkbcommon libinput pango pangocairo pixman-1 hyprlang>=0.3.2) # we do not check for wlroots, as we provide it ourselves
file(GLOB_RECURSE SRCFILES CONFIGURE_DEPENDS "src/*.cpp")