diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-01-18 20:14:54 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-01-19 13:55:08 +0100 |
commit | c18d3f8823a00edcd3dacec4f2052302ab6a70ee (patch) | |
tree | 941231cf862b7cdcb99ac8c5637a9efaf759e6f0 /Repository.mk | |
parent | 6f5186a94dcd1989cdd819e35163af0542912559 (diff) |
add --disable-librelogo to disable LibreLogo at build time
Annoyingly the packinfo_*.txt don't support conditionals but we can
work-around that with a little duplication.
Change-Id: Id00a6831effcc63a917fc21d2cd201474fdb559d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109569
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 50024063956b..d75ec8796695 100644 --- a/Repository.mk +++ b/Repository.mk @@ -1072,10 +1072,13 @@ $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \ scripting_scriptproviderforpython \ )) +ifeq (LIBRELOGO,$(filter LIBRELOGO,$(BUILD_TYPE))) $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \ librelogo \ librelogo_properties \ )) +endif # LIBRELOGO + endif # DISABLE_PYTHON # External executables |