diff options
Diffstat (limited to 'wayland/CMakeLists.txt')
-rw-r--r-- | wayland/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wayland/CMakeLists.txt b/wayland/CMakeLists.txt index 5633dd6e..8e19fc03 100644 --- a/wayland/CMakeLists.txt +++ b/wayland/CMakeLists.txt @@ -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} ) |