diff options
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | config.h.cmake | 4 | ||||
| -rw-r--r-- | share/ui/toolbar-tool.ui | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 592f14966..b30f013f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,8 +101,8 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR} C option(WITH_DBUS "Compile with support for DBus interface" OFF) option(ENABLE_LCMS "Compile with LCMS support" ON) option(WITH_SVG2 "Compile with support for new SVG2 features" ON) -option(WITH_LPETOOL "Compile with LPE Tool" ON) -option(LPE_ENABLE_TEST_EFFECTS "Compile with test experimental LPEs enabled" ON) +option(WITH_LPETOOL "Compile with LPE Tool" OFF) +option(LPE_ENABLE_TEST_EFFECTS "Compile with test experimental LPEs enabled" OFF) option(WITH_OPENMP "Compile with OpenMP support" ON) option(WITH_PROFILING "Turn on profiling" OFF) # Set to true if compiler/linker should enable profiling 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_ */ diff --git a/share/ui/toolbar-tool.ui b/share/ui/toolbar-tool.ui index a5dedad56..4a3959745 100644 --- a/share/ui/toolbar-tool.ui +++ b/share/ui/toolbar-tool.ui @@ -34,6 +34,6 @@ <toolitem action='ToolDropper' /> <toolitem action='ToolConnector' /> - <toolitem action='ToolLPETool' /> + <!-- <toolitem action='ToolLPETool' /> --> </toolbar> </ui> |
