diff options
author | vaxerski <[email protected]> | 2023-03-20 15:02:47 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-03-20 15:03:09 +0000 |
commit | 71a95a581f86a801b1db24a417f41d9a395cab38 (patch) | |
tree | ae6167809c2586c84f0a640543bd85a83aca3ac2 /CMakeLists.txt | |
parent | 788a8f7c134a34085d683e44a328e344be6b21f3 (diff) | |
download | Hyprland-71a95a581f86a801b1db24a417f41d9a395cab38.tar.gz Hyprland-71a95a581f86a801b1db24a417f41d9a395cab38.zip |
feat: add pretty notifications
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 a9c972d2..4695c248 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ message(STATUS "Checking deps...") find_package(Threads REQUIRED) find_package(PkgConfig REQUIRED) -pkg_check_modules(deps REQUIRED IMPORTED_TARGET wayland-server wayland-client wayland-cursor wayland-protocols cairo libdrm egl xkbcommon libinput) # 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 egl xkbcommon libinput pango pangocairo) # we do not check for wlroots, as we provide it ourselves file(GLOB_RECURSE SRCFILES CONFIGURE_DEPENDS "src/*.cpp") |