summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-01-10 12:07:31 +0100
committerMichael Stahl <mstahl@redhat.com>2014-01-10 12:10:21 +0100
commitae8e579515fff84cbef1ccc2da78fa769fb079ec (patch)
treeb9dbf73174dba019da8c147c1a8703d1845139e5 /RepositoryExternal.mk
parentdd8961ade2d221663eea695795428867ac38fe2d (diff)
scp2: fix windows build
913bf64b0bf1330a5055c26770faedf2ad7fc3c5 had some issues with redland stuff that is built as Library on windows, and the libxslt package is actually called "xslt" for unknown reasons; unfortunately the buildbot did not actually try to create an installation set so it was not detected. Change-Id: I0437f09228f62b21036a6c26e3d17029d1aab79e
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 98736fc41bfb..721eb9d0190c 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -986,7 +986,7 @@ endef
ifneq ($(OS),ANDROID)
ifeq ($(COM),MSC)
-$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
+$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
raptor2 \
rasqal \
rdf \