summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-27 17:44:58 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-09-27 17:44:58 +0000
commit41a60d0f4d77fbde96f6e8196af58718995da78f (patch)
tree1b404a1f6419f0aef627f961a7be2c44e651dace /src
parentremove stray comma causing build warnings. (diff)
downloadinkscape-41a60d0f4d77fbde96f6e8196af58718995da78f.tar.gz
inkscape-41a60d0f4d77fbde96f6e8196af58718995da78f.zip
fix for building when WITH_LIBWPG couldn't be found.
(bzr r10651)
Diffstat (limited to 'src')
-rw-r--r--src/extension/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/CMakeLists.txt b/src/extension/CMakeLists.txt
index bf4bf6a89..ba1b084af 100644
--- a/src/extension/CMakeLists.txt
+++ b/src/extension/CMakeLists.txt
@@ -151,7 +151,7 @@ if(WIN32)
)
endif()
-if(LIBWPG_FOUND)
+if(WITH_LIBWPG)
list(APPEND extension_SRC
internal/wpg-input.cpp
internal/wpg-input.h