From 080a263785cfa4b7f54b90b1fed7a8356714d5d0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 10 Dec 2015 07:57:46 -0500 Subject: Refactor gdk pixbuf code into shared client lib --- wayland/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wayland/CMakeLists.txt') 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} ) -- cgit v1.2.3-54-g00ecf