summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-10-08 17:36:10 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-10-08 17:36:10 +0000
commit50cdd9a57552c4c19955cf1881b0b23afe312afc (patch)
treed42ac469ad3da5003718969c6160247e2acd05bc /CMakeScripts
parentMove imported files to position of mouse pointer when dropped (diff)
downloadinkscape-50cdd9a57552c4c19955cf1881b0b23afe312afc.tar.gz
inkscape-50cdd9a57552c4c19955cf1881b0b23afe312afc.zip
Move LPE's into 3 groups normal, experimental y testing. Testing is only usable by setting up a flag. Must set off for release. I think also for LPETool
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 91f93e760..322864869 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -228,12 +228,6 @@ else()
add_definitions(-UWITH_MESH -UWITH_CSSBLEND -UWITH_CSSCOMPOSITE -UWITH_SVG2)
endif()
-if(WITH_LPETOOL)
- set(LPE_ENABLE_TEST_EFFECTS ON)
-else()
- set(LPE_ENABLE_TEST_EFFECTS OFF)
-endif()
-
if(APPLE)
pkg_check_modules(MacIntegration REQUIRED gtk-mac-integration-gtk3)
list(APPEND INKSCAPE_INCS_SYS ${MacIntegration_INCLUDE_DIRS})