summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-03-14 15:09:39 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 01:28:57 +0200
commit2997d8a89913c104291f45224a0e569f2f848a8e (patch)
tree5916fdae8d94d0ee8774caa6df1ce0a362482715 /Repository.mk
parent38c1ab867b50dd7f43b7cc16b09db78eb7fea093 (diff)
gnumake4: expat libraries are static [hg:3daa2bed1277]
Diffstat (limited to 'Repository.mk')
-rwxr-xr-xRepository.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index f1bd8e36a5ab..0ea7d9b53fc5 100755
--- a/Repository.mk
+++ b/Repository.mk
@@ -169,4 +169,15 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
vclmain \
))
+ifeq ($(SYSTEM_EXPAT),YES)
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
+ expat \
+))
+else
+$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
+ expat_xmlparse \
+ expat_xmltok \
+))
+endif
+
# vim: set noet sw=4 ts=4: