RepositoryExternal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 94b6882b80c91d2daf5e317e9d79d3d2a1c6572b Author: Matúš Kukan <[email protected]> Date: Mon Jun 17 10:41:18 2013 +0200 fix gengal dependencies Regression from 9555b5bdb9ce2251bb8c4f967f20ed1b13eecf5e Change-Id: I91a7efb207209020acef751ad4f766328dc92c57 diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 81e1b71..e818cb4 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2794,7 +2794,7 @@ endef # Better duplication with gb_Gallery__UNO_COMPONENTS than nothing. # This is used to determine what we need for 'build' platform. define gb_Executable__register_gengal -$(call gb_Executable_add_runtime_dependencies,$(1),\ +$(call gb_Executable_add_runtime_dependencies,gengal,\ $(foreach component, \ comphelper/util/comphelp \ configmgr/source/configmgr \
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
