aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-12-08 07:09:21 -0500
committerDrew DeVault <sir@cmpwn.com>2015-12-08 07:09:21 -0500
commit7ed204eb02d1a83bcfd315d6f321497f3d7b41aa (patch)
treeb7caa28bec450d4f77ee8eba60b213e1c24f4be4 /CMakeLists.txt
parent762a78be3ca22767b94adf5bba4668047aa80e4e (diff)
parent3fdf4f811fc14556869ea64b0bc27d24b61bda56 (diff)
Merge pull request #296 from progandy/pixbuf
Support for more image formats for wallpapers with gdk-pixbuf (#282)
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 1ae7bf26..3972e730 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,6 +48,7 @@ find_package(Pango REQUIRED)
find_package(WLC REQUIRED)
find_package(Wayland REQUIRED)
find_package(XKBCommon REQUIRED)
+find_package(GdkPixbuf REQUIRED)
include(Manpage)