summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-05-19 20:03:53 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-05-19 20:03:53 +0000
commitb0bed2e536d6ace9c93566fdc28f407482653444 (patch)
tree3a38448159c69349d4f73a5c7eca53c28e19577e /CMakeScripts
parentSPDrawAnchor should add a refcount to SPCurve! (diff)
downloadinkscape-b0bed2e536d6ace9c93566fdc28f407482653444.tar.gz
inkscape-b0bed2e536d6ace9c93566fdc28f407482653444.zip
Cmake: Moved sp-* into own library to reduce link cmdline and add new files to their cmakelists.txts
(bzr r5713)
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 7b74aef71..94d43263b 100644
--- a/CMakeScripts/ConfigInkscapeDepends.cmake
+++ b/CMakeScripts/ConfigInkscapeDepends.cmake
@@ -5,6 +5,7 @@ SET(INKSCAPE_DEPENDS
# cairomm-1.0
# glib-2.0
# glibmm-2.4
+ gsl
gtk+-2.0
gtkmm-2.4
sigc++-2.0
@@ -14,7 +15,6 @@ SET(INKSCAPE_DEPENDS
libxml-2.0
libxslt
ImageMagick++
- libpopt
freetype2)
SET(INKSCAPE_OPTIONAL
gnome-vfs-2.0