Merge pull request #296 from progandy/pixbuf

Support for more image formats for wallpapers with gdk-pixbuf (#282)
This commit is contained in:
Drew DeVault 2015-12-08 07:09:21 -05:00
commit 7ed204eb02
5 changed files with 169 additions and 1 deletions

View file

@ -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)