mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
swaybg: load more image formats with gdk-pixbuf2
travis: added gdk-pixbuf2 dependency
This commit is contained in:
parent
8d6f3fff24
commit
3fdf4f811f
5 changed files with 169 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue