swaybg: load more image formats with gdk-pixbuf2

travis: added gdk-pixbuf2 dependency
This commit is contained in:
progandy 2015-12-07 23:31:44 +01:00
parent 8d6f3fff24
commit 3fdf4f811f
5 changed files with 169 additions and 1 deletions

View file

@ -2,6 +2,7 @@ include_directories(
${PROTOCOLS_INCLUDE_DIRS}
${WAYLAND_CLIENT_INCLUDE_DIR}
${CAIRO_INCLUDE_DIRS}
${GDK_PIXBUF_INCLUDE_DIRS}
${PANGO_INCLUDE_DIRS}
)
@ -15,6 +16,7 @@ target_link_libraries(swaybg
${WAYLAND_CLIENT_LIBRARIES}
${WAYLAND_CURSOR_LIBRARIES}
${CAIRO_LIBRARIES}
${GDK_PIXBUF_LIBRARIES}
${PANGO_LIBRARIES}
m
)