diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2009-01-03 19:43:32 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2009-01-03 19:43:32 +0000 |
| commit | af29b0dacc06fc2a53789f00171cfae3dbb9b0e9 (patch) | |
| tree | 0fddde3e35ab444d93c4d342df81f80f65cf1ead | |
| parent | remove some of the lpe test define clauses. they are not needed. this in prep... (diff) | |
| download | inkscape-af29b0dacc06fc2a53789f00171cfae3dbb9b0e9.tar.gz inkscape-af29b0dacc06fc2a53789f00171cfae3dbb9b0e9.zip | |
add #define LPE_ENABLE_TEST_EFFECTS to config.h for windows and cmake builds.
(bzr r7067)
| -rw-r--r-- | build.xml | 3 | ||||
| -rw-r--r-- | config.h.cmake | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -176,6 +176,9 @@ /* Do we support SVG Fonts? */ #define ENABLE_SVG_FONTS 1 + /* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ + // #define LPE_ENABLE_TEST_EFFECTS 1 + #endif /* _CONFIG_H_ */ </makefile> </target> diff --git a/config.h.cmake b/config.h.cmake index e7b2437f9..d9d1bde03 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -287,6 +287,9 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ #cmakedefine WORDS_BIGENDIAN 1 +/* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ +#cmakedefine LPE_ENABLE_TEST_EFFECTS 1 + /* Define to `int' if <sys/types.h> does not define. */ #cmakedefine mode_t |
