mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Refactor gdk pixbuf code into shared client lib
This commit is contained in:
parent
f80481a37d
commit
080a263785
6 changed files with 123 additions and 109 deletions
|
|
@ -1,6 +1,7 @@
|
|||
include_directories(
|
||||
${PROTOCOLS_INCLUDE_DIRS}
|
||||
${PANGO_INCLUDE_DIRS}
|
||||
${GDK_PIXBUF_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
add_library(sway-wayland
|
||||
|
|
@ -8,10 +9,12 @@ add_library(sway-wayland
|
|||
pango.c
|
||||
registry.c
|
||||
window.c
|
||||
cairo.c
|
||||
)
|
||||
|
||||
target_link_libraries(sway-wayland
|
||||
sway-common
|
||||
sway-protocols
|
||||
${PANGO_LIBRARIES}
|
||||
${GDK_PIXBUF_LIBRARIES}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue