diff options
author | Vaxry <[email protected]> | 2024-03-09 16:52:59 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-09 16:52:59 +0000 |
commit | c3882bb83240b602277f2d22f21d71690531f62e (patch) | |
tree | c5e9a1110cd5d22ef700fd8b7408a418cba7c4f0 /CMakeLists.txt | |
parent | e7a5db4852d654596e554b9cdeaa2694b346ee03 (diff) | |
download | Hyprland-c3882bb83240b602277f2d22f21d71690531f62e.tar.gz Hyprland-c3882bb83240b602277f2d22f21d71690531f62e.zip |
internal: Support libhyprcursor (#5009)
woo
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 857e21de..71766a8c 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.2) # 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 hyprcursor) # we do not check for wlroots, as we provide it ourselves file(GLOB_RECURSE SRCFILES CONFIGURE_DEPENDS "src/*.cpp") |