summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
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: