summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-08 07:09:21 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-08 07:09:21 -0500
commit7ed204eb02d1a83bcfd315d6f321497f3d7b41aa (patch)
treeb7caa28bec450d4f77ee8eba60b213e1c24f4be4 /CMakeLists.txt
parentMerge pull request #292 from christophgysin/man (diff)
parentswaybg: load more image formats with gdk-pixbuf2 (diff)
downloadsway-7ed204eb02d1a83bcfd315d6f321497f3d7b41aa.tar.gz
sway-7ed204eb02d1a83bcfd315d6f321497f3d7b41aa.tar.zst
sway-7ed204eb02d1a83bcfd315d6f321497f3d7b41aa.zip
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)
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(Manpage) 53include(Manpage)
53 54