summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2014-05-05 08:40:12 +0000
committerJosh Andler <scislac@gmail.com>2014-05-05 08:40:12 +0000
commite2f2dfac4f2c54eef41c4b7429fe5fb6bc5eb1d2 (patch)
tree8a270f558f3de4b1f9a2ebbf044a964d006037b6 /configure.ac
parentDocumentation. Elements of design tutorial update ((not fully translated); Up... (diff)
downloadinkscape-e2f2dfac4f2c54eef41c4b7429fe5fb6bc5eb1d2.tar.gz
inkscape-e2f2dfac4f2c54eef41c4b7429fe5fb6bc5eb1d2.zip
Make experimental feature enabling more unified/easy.
(bzr r13336)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index adb72aac0..bc2633253 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,6 +106,9 @@ if test "$GCC" = "yes"; then
# Uncomment for SVG2 stuff
# CPPFLAGS="-DWITH_MESH -DWITH_CSSBLEND -DWITH_CSSCOMPOSITE -DWITH_SVG2 $CPPFLAGS"
+ # Uncomment for LPE Tool and All LPEs
+ # CPPFLAGS="-DWITH_LPETOOL -DLPE_ENABLE_TEST_EFFECTS $CPPFLAGS"
+
####
# C-specific flags...