diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 22:21:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 22:22:05 +0300 |
commit | 4324ef704efd3c15ce5af23e9b47a1029ecc1a25 (patch) | |
tree | 0c5e2b582fc23ee2e4d2e6466fa2ffae0f39762d /unoxml | |
parent | f50f28cfb26741bf2a6146a257868d90aa6984f0 (diff) |
We need libxml2, too
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/Library_unordf.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk index 6d91d7239119..8461f5c03f17 100644 --- a/unoxml/Library_unordf.mk +++ b/unoxml/Library_unordf.mk @@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,unordf,\ $(eval $(call gb_Library_use_externals,unordf,\ librdf \ libxslt \ + libxml2 \ )) $(eval $(call gb_Library_add_exception_objects,unordf,\ |