summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-30 18:29:57 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-30 18:29:57 +0000
commitb6df7995d9450b15d9c683d9560478557108f9f6 (patch)
tree3c9305bd7589cea2d46f39bbae0fb06086bf2586 /CMakeScripts
parentAdjustments to the lib directory Cmake files (diff)
downloadinkscape-b6df7995d9450b15d9c683d9560478557108f9f6.tar.gz
inkscape-b6df7995d9450b15d9c683d9560478557108f9f6.zip
add glibmm and add version numbers: glib-2.0 and glibmm-2.4
(bzr r5251)
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/ConfigInkscapeDepends.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigInkscapeDepends.cmake b/CMakeScripts/ConfigInkscapeDepends.cmake
index 8855f03d6..f7efe6bec 100644
--- a/CMakeScripts/ConfigInkscapeDepends.cmake
+++ b/CMakeScripts/ConfigInkscapeDepends.cmake
@@ -1,4 +1,4 @@
-SET(INKSCAPE_DEPENDS gtk+-2.0 gtkmm-2.4 cairo cairomm-1.0 sigc++-2.0 lcms libgc1c2 libpng glib boost libxslt ImageMagick++ libpopt freetype2)
+SET(INKSCAPE_DEPENDS gtk+-2.0 gtkmm-2.4 cairo cairomm-1.0 sigc++-2.0 lcms libgc1c2 libpng glib-2.0 glibmm-2.4 boost libxslt ImageMagick++ libpopt freetype2)
SET(INKSCAPE_OPTIONAL gnome-vfs-2.0 libwpg-0.1 libssl)
include(UsePkgConfig)