summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-03 01:30:02 +0000
committerCampbell Barton <ideasman42@gmail.com>2012-10-03 01:30:02 +0000
commitf86f8d7dddbe62807a442d5dffada93df2f05247 (patch)
tree4887b2e530da5abcbae1b1deb3cb70f12801252a /CMakeLists.txt
parentfixed another UI inconsistency in object properties dialog (diff)
downloadinkscape-f86f8d7dddbe62807a442d5dffada93df2f05247.tar.gz
inkscape-f86f8d7dddbe62807a442d5dffada93df2f05247.zip
add ENABLE_POPPLER cmake build option - if you had poppler there was no way to disable it
(bzr r11726)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b6b983af0..396381289 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,8 @@ option(WITH_PROFILING "Turn on profiling" OFF) # Set to true if compiler/linker
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(ENABLE_POPPLER_CAIRO "Compile with support of libpoppler-cairo for rendering PDF preview" 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)
include(CMakeScripts/ConfigPaths.cmake) # Installation Paths
include(CMakeScripts/DefineDependsandFlags.cmake) # Includes, Compiler Flags, and Link Libraries