summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2012-02-23 22:18:43 +0100
committerVlad Glagolev2012-05-23 15:06:06 +0400
commit379af83640f9349e58a6442266061e45947e5f18 (patch)
tree021ee4632af5df701573cb1deeae4ab985bce665
parent91be5dd6917edcd547a1f03ff2c722c7e36c6896 (diff)
libxml2 - optional depends icu
(cherry picked from commit 8786f9e12d433a3bec88f1ffcef1ed09a1823586)
-rwxr-xr-xlibs/libxml2/DEPENDS5
-rw-r--r--libs/libxml2/HISTORY3
2 files changed, 8 insertions, 0 deletions
diff --git a/libs/libxml2/DEPENDS b/libs/libxml2/DEPENDS
index f9dd3e242d..14e1e4b1de 100755
--- a/libs/libxml2/DEPENDS
+++ b/libs/libxml2/DEPENDS
@@ -1,3 +1,8 @@
+optional_depends icu \
+ "--with-icu" \
+ "--without-icu" \
+ "Unicode support" &&
+
optional_depends zlib \
"--with-zlib=${INSTALL_ROOT}/lib" \
"--without-zlib" \
diff --git a/libs/libxml2/HISTORY b/libs/libxml2/HISTORY
index 645bbf5908..2faea05494 100644
--- a/libs/libxml2/HISTORY
+++ b/libs/libxml2/HISTORY
@@ -1,3 +1,6 @@
+2012-02-23 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: add optional icu
+
2010-11-15 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD, libxml2-2.7.8.patch: added