diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-02-04 12:41:02 +0100 |
---|---|---|
committer | jan iversen <jani@libreoffice.org> | 2018-02-04 13:31:02 +0100 |
commit | 7c14272de352287ced0e6f586653e3943dd57812 (patch) | |
tree | a92431c72ab3b0f5e2829ca8e99347aa8d3558a9 | |
parent | f7cdb48dfc3f1acd7b0b891eddb184251160f3af (diff) |
gbuild-to-json: unblacklist extensions
Change-Id: I6accb1b363804a2935c92d471f7baff31771b5a0
Reviewed-on: https://gerrit.libreoffice.org/49202
Reviewed-by: jan iversen <jani@libreoffice.org>
Tested-by: jan iversen <jani@libreoffice.org>
-rw-r--r-- | solenv/gbuild/extensions/post_GbuildToJson.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/extensions/post_GbuildToJson.mk b/solenv/gbuild/extensions/post_GbuildToJson.mk index 6ffdfa2ee546..d856bd8837eb 100644 --- a/solenv/gbuild/extensions/post_GbuildToJson.mk +++ b/solenv/gbuild/extensions/post_GbuildToJson.mk @@ -186,7 +186,7 @@ endef gb_Module_add_l10n_target = -gb_GbuildToJson_BLACKLISTEDMODULES := connectivity compilerplugins cli_ure dictionaries bridges helpcompiler helpcontent2 icon-themes jurt sal shell cppu cppuhelper cpputools extensions external i18npool javaunohelper lingucomponent odk scaddins solenv stoc tools translations udkapi unoidl +gb_GbuildToJson_BLACKLISTEDMODULES := connectivity compilerplugins cli_ure dictionaries bridges helpcompiler helpcontent2 icon-themes jurt sal shell cppu cppuhelper cpputools external i18npool javaunohelper lingucomponent odk scaddins solenv stoc tools translations udkapi unoidl define gb_Module__add_moduledir_impl include $(patsubst $(1):%,%,$(filter $(1):%,$(gb_Module_MODULELOCATIONS)))/$(2)/Module_$(2).mk |