mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
extract cairo_set_source_u32()
This commit is contained in:
parent
d2af1f3395
commit
a5345e807e
5 changed files with 20 additions and 17 deletions
|
|
@ -25,6 +25,12 @@ target_link_libraries(swaybar
|
|||
${JSONC_LIBRARIES}
|
||||
)
|
||||
|
||||
if (WITH_GDK_PIXBUF)
|
||||
include_directories(
|
||||
${GDK_PIXBUF_INCLUDE_DIRS}
|
||||
)
|
||||
endif()
|
||||
|
||||
install(
|
||||
TARGETS swaybar
|
||||
RUNTIME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue