diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-08 20:39:23 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-08 20:39:23 +0000 |
| commit | c7e377f03adbbf8d8b36b8c384e67e9ed80f3500 (patch) | |
| tree | 148ee5805f0a168877af194929911d55fce76c21 /config.h.cmake | |
| parent | Move LPE's into 3 groups normal, experimental y testing. Testing is only usab... (diff) | |
| download | inkscape-c7e377f03adbbf8d8b36b8c384e67e9ed80f3500.tar.gz inkscape-c7e377f03adbbf8d8b36b8c384e67e9ed80f3500.zip | |
Disable LPE tool and Testing experimental LPE`s
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.cmake b/config.h.cmake index cfea04737..2a59a57e6 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -115,9 +115,9 @@ #cmakedefine WORDS_BIGENDIAN 1 /* Enable LPE Tool? */ -#cmakedefine WITH_LPETOOL 1 +#cmakedefine WITH_LPETOOL 0 /* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ -#cmakedefine LPE_ENABLE_TEST_EFFECTS 1 +#cmakedefine LPE_ENABLE_TEST_EFFECTS 0 #endif /* _CONFIG_H_ */ |
