summaryrefslogtreecommitdiff
path: root/CMake/FindGdkPixbuf.cmake
AgeCommit message (Collapse)AuthorLines
2016-12-08Fix build on FreeBSDFurkan Sahin-36/+29
- Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux
2015-12-20make gdk-pixbuf dependency really optionalFurkan Sahin-0/+3
2015-12-07swaybg: load more image formats with gdk-pixbuf2Furkan Sahin-0/+47
travis: added gdk-pixbuf2 dependency