summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar progandy <code@progandy>2015-12-07 23:31:44 +0100
committerLibravatar progandy <code@progandy>2015-12-07 23:31:44 +0100
commit3fdf4f811fc14556869ea64b0bc27d24b61bda56 (patch)
treeebf9d5f1db51f3afc8dbc9ac6a4290e69e109985 /CMakeLists.txt
parentMerge pull request #295 from christophgysin/lib (diff)
downloadsway-3fdf4f811fc14556869ea64b0bc27d24b61bda56.tar.gz
sway-3fdf4f811fc14556869ea64b0bc27d24b61bda56.tar.zst
sway-3fdf4f811fc14556869ea64b0bc27d24b61bda56.zip
swaybg: load more image formats with gdk-pixbuf2
travis: added gdk-pixbuf2 dependency
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