diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-27 11:40:16 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-27 11:49:25 +0100 |
commit | d764100d620ab8331a8d6bb80984ace09ec65b5c (patch) | |
tree | 2448b5dca81fef1d658eb1e6ab7e452fc3865481 /RepositoryExternal.mk | |
parent | 2ebca292f96494a13a0d0baa8b19dd9010616abe (diff) |
try to fix gengal dependencies
The component files are not necessary as gb_Executable__register_gengal
already adds the service.rdb; the gengal.rc is insufficient as that file
references fundamental.rc which is missing, so depend on the Package
instead. Also, INSTDIR is wrong for cross-compile.
Change-Id: I30711a51e04539832657a242d2573c626b1cf8ec
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 3830d147440d..994348fdd745 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -3755,6 +3755,7 @@ $(call gb_Executable_add_runtime_dependencies,gengal,\ $(call gb_Package_get_target_for_build,postprocess_images) \ $(call gb_Package_get_target_for_build,postprocess_registry) \ $(call gb_Package_get_target_for_build,instsetoo_native_setup_ure) \ + $(call gb_Package_get_target_for_build,instsetoo_native_setup) \ $(call gb_Rdb_get_target_for_build,ure/services) \ $(INSTROOT)/$(LIBO_URE_MISC_FOLDER)/services.rdb \ $(call gb_UnoApi_get_target,offapi) \ |