diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2012-10-03 01:30:02 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2012-10-03 01:30:02 +0000 |
| commit | f86f8d7dddbe62807a442d5dffada93df2f05247 (patch) | |
| tree | 4887b2e530da5abcbae1b1deb3cb70f12801252a /CMakeLists.txt | |
| parent | fixed another UI inconsistency in object properties dialog (diff) | |
| download | inkscape-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.txt | 3 |
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 |
