summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-24 22:25:28 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-24 22:25:28 +0200
commit342954349875ec4c22f6d2dcb9979f4f16eef92e (patch)
treeccac5804ff97164485ed9be2c21edf94d29c7084 /RepositoryExternal.mk
parent4b43f23ba10aa7c3751dead7c309bc065f7c78be (diff)
RepositoryExternal: for libraries not built with gbuild,
such as wpd, it is necessary to depend on the package in the "use". (for libraries built with gbuilt that is done automagically). Change-Id: I022b66f679fe168de77c2481e6889cddbb0aac3c
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 1f22af9ea7fb..05880d958992 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1025,6 +1025,9 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
))
define gb_LinkTarget__use_wpd
+$(call gb_LinkTarget_use_package,$(1),\
+ libwpd \
+)
$(call gb_LinkTarget_use_static_libraries,$(1),\
wpd-0.9 \
)