ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: I937967889da75062c792cf377ce4e13c67526162 Reviewed-on: https://gerrit.libreoffice.org/5702 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
This commit is contained in:
@@ -17,12 +17,12 @@ $(eval $(call gb_Module_add_targets,scripting,\
|
||||
Jar_Highlight \
|
||||
Jar_MemoryUsage \
|
||||
Jar_ScriptFramework \
|
||||
$(if $(filter $(ENABLE_SCRIPTING_BEANSHELL),YES),\
|
||||
$(if $(ENABLE_SCRIPTING_BEANSHELL),\
|
||||
Jar_ScriptProviderForBeanShell \
|
||||
Rdb_scriptproviderforbeanshell \
|
||||
) \
|
||||
Jar_ScriptProviderForJava \
|
||||
$(if $(filter $(ENABLE_SCRIPTING_JAVASCRIPT),YES),\
|
||||
$(if $(ENABLE_SCRIPTING_JAVASCRIPT),\
|
||||
Jar_ScriptProviderForJavaScript \
|
||||
Rdb_scriptproviderforjavascript \
|
||||
) \
|
||||
|
Reference in New Issue
Block a user