summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-16 01:19:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-16 15:59:06 +0200
commit3b9620e18bdcb91a229e9aefef5192f346030b52 (patch)
tree521daa0fd89815baad948d26ea7d383dd910d51e /sc/Library_sc.mk
parentde8a82d9ac6ce02416aa820f82b5a3ea2598ec1c (diff)
inital work on FILTERXML function
Change-Id: Ifb884a52b275df818812f8be6cd7650dcb97849d
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 189d7e2bab5c..dba982bc9d34 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -37,11 +37,12 @@ $(eval $(call gb_Library_use_sdk_api,sc))
$(eval $(call gb_Library_use_externals,sc,\
boost_headers \
- mdds_headers \
icu_headers \
icudata \
icui18n \
icuuc \
+ libxml2 \
+ mdds_headers \
))
ifeq ($(ENABLE_TELEPATHY),TRUE)