summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2015-05-01 20:29:50 +0000
committerbryce <bryce@ubuntu.com>2015-05-01 20:29:50 +0000
commit09eecb6d66f482d5a88eea700db71b5b5e523962 (patch)
tree2cbfa95568a0396598124bdc2408acff51635063
parentcmake: Fix osx-related issues with cmake-build (diff)
downloadinkscape-09eecb6d66f482d5a88eea700db71b5b5e523962.tar.gz
inkscape-09eecb6d66f482d5a88eea700db71b5b5e523962.zip
cmake: Sp. fix
(bzr r14081)
-rw-r--r--CMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 697006278..1b3ba36b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,7 @@
# CMake TODO
-# - Remove hard coded defines (see bwelow)
-# - Test on MinGW and OSX
+# - Remove hard coded defines (see below)
+# - Test on MinGW
+# √ Test on OSX
# - Add configurable options for Python/Perl, see configure --help
#
# ideasman42
@@ -70,7 +71,7 @@ option(WITH_GNOME_VFS "Compile with support for Gnome VFS" ON)
option(WITH_PROFILING "Turn on profiling" OFF) # Set to true if compiler/linker should enable profiling
option(WITH_GTKSPELL "Compile with support for GTK spelling widget" ON)
-option(WITH_LIBWPG "Compile with support of libpoppler-cairo for WordPrefect Graphics" ON)
+option(WITH_LIBWPG "Compile with support of libpoppler-cairo for WordPerfect Graphics" ON)
option(ENABLE_POPPLER "Compile with support of libpoppler" ON)
option(ENABLE_POPPLER_CAIRO "Compile with support of libpoppler-cairo for rendering PDF preview (depends on ENABLE_POPPLER)" ON)