diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-05-19 20:03:53 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-05-19 20:03:53 +0000 |
| commit | b0bed2e536d6ace9c93566fdc28f407482653444 (patch) | |
| tree | 3a38448159c69349d4f73a5c7eca53c28e19577e /CMakeScripts | |
| parent | SPDrawAnchor should add a refcount to SPCurve! (diff) | |
| download | inkscape-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.cmake | 2 |
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
|
