Skip to content

Commit f9598fc

Browse files
committed
core: migrate to hyprtoolkit
1 parent 1733e00 commit f9598fc

28 files changed

Lines changed: 668 additions & 1554 deletions

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ project(
88
DESCRIPTION "A blazing fast wayland wallpaper utility"
99
VERSION ${VERSION})
1010

11+
add_compile_definitions(HYPRPAPER_VERSION="${VERSION}")
12+
1113
set(CMAKE_MESSAGE_LOG_LEVEL "STATUS")
1214

1315
message(STATUS "Configuring hyprpaper!")
@@ -53,14 +55,12 @@ pkg_check_modules(
5355
deps
5456
REQUIRED
5557
IMPORTED_TARGET
56-
wayland-client
57-
wayland-protocols>=1.35
58-
cairo
59-
pango
60-
pangocairo
6158
hyprlang>=0.6.0
6259
hyprutils>=0.2.4
63-
hyprgraphics)
60+
wayland-client
61+
hyprtoolkit
62+
pixman-1
63+
libdrm)
6464

6565
file(GLOB_RECURSE SRCFILES "src/*.cpp")
6666

0 commit comments

Comments
 (0)