summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-22 14:33:11 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-22 14:33:11 +0000
commitfd70df8246aa298587c90fa5d451c25abe858045 (patch)
tree69c7b7db207ea86689cf2efe03046ed48a555d1e /CMakeScripts/DefineDependsandFlags.cmake
parentReplace deprecated GtkCombo (diff)
downloadinkscape-fd70df8246aa298587c90fa5d451c25abe858045.tar.gz
inkscape-fd70df8246aa298587c90fa5d451c25abe858045.zip
get cmake working again.
(bzr r10334)
Diffstat (limited to 'CMakeScripts/DefineDependsandFlags.cmake')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 591de1327..d0fcaa6da 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -85,6 +85,12 @@ list(APPEND INKSCAPE_LIBS
)
+## XXX, we need a way to get this properly
+# pkg-config gtkmm-2.4 --cflags-only-I
+list(APPEND INKSCAPE_INCS
+ "/usr/lib/cairomm-1.0/include"
+)
+
find_package(Freetype REQUIRED)
list(APPEND INKSCAPE_INCS ${FREETYPE_INCLUDE_DIRS})
list(APPEND INKSCAPE_LIBS ${FREETYPE_LIBRARIES})