aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 75c61c2a..29c85fb4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,6 +48,7 @@ find_package(Pango REQUIRED)
48find_package(WLC REQUIRED) 48find_package(WLC REQUIRED)
49find_package(Wayland REQUIRED) 49find_package(Wayland REQUIRED)
50find_package(XKBCommon REQUIRED) 50find_package(XKBCommon REQUIRED)
51find_package(GdkPixbuf REQUIRED)
51 52
52include_directories(include) 53include_directories(include)
53 54