summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/Library_xmlsecurity.mk2
-rw-r--r--xmlsecurity/Library_xsec_xmlsec.mk1
2 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk
index 097e016aa3af..45f7f7d54d09 100644
--- a/xmlsecurity/Library_xmlsecurity.mk
+++ b/xmlsecurity/Library_xmlsecurity.mk
@@ -35,6 +35,8 @@ $(eval $(call gb_Library_set_include,xmlsecurity,\
-I$(SRCDIR)/xmlsecurity/inc \
))
+$(eval $(call gb_Library_use_external,xmlsecurity,boost_headers))
+
$(eval $(call gb_Library_use_sdk_api,xmlsecurity))
$(eval $(call gb_Library_use_libraries,xmlsecurity,\
diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk
index 4a9ca4d0d313..22786cbb2722 100644
--- a/xmlsecurity/Library_xsec_xmlsec.mk
+++ b/xmlsecurity/Library_xsec_xmlsec.mk
@@ -73,6 +73,7 @@ $(eval $(call gb_Library_use_packages,xsec_xmlsec,\
xmlsec \
))
$(eval $(call gb_Library_use_externals,xsec_xmlsec,\
+ boost_headers \
libxml2 \
nss3 \
))
2014-08-12 09:41:28 +0200'>2014-08-12java: add @Override annotation to overriding methodsNoel Grandin 2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage 2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin 2014-08-08java: remove unnecessary semi-colonsNoel Grandin 2014-08-05java: remove unused fieldsNoel Grandin 2014-08-04java: remove commented out code for OpenOffice 3.3Noel Grandin 2014-08-04java: removed unused importsNoel Grandin 2014-08-01typo: more then -> more thanTakeshi Abe 2014-06-29Typo: easiear->easierJulien Nabet 2014-06-20Make Linguistic SDK example use __getComponentFactoryStephan Bergmann 2014-06-04compareTo -> equalsNoel Grandin 2014-06-03odk/examples: mark them as examplesThomas Arnhold 2014-06-03odk/examples: pretty upThomas Arnhold