summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2012-02-06 21:53:24 +0100
committerFlorian Franzmann2012-02-06 21:53:24 +0100
commitf462556f0e7e88b7224b240f8356074d603eeb66 (patch)
tree828f75d4b46cd17275223f3810b8ca6eb769eb52
parent03b002635db15f8664d8c4c8b7690d42cf34ee63 (diff)
libs/gettext: made the dependency on libcroco optional
-rwxr-xr-xlibs/gettext/DEPENDS2
-rw-r--r--libs/gettext/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index 0e60abe890..19a1cc88dd 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -1,6 +1,6 @@
depends gnupg &&
depends smgl-fhs &&
-depends libcroco &&
+optional_depends libcroco "" "--with-included-libcroco" "use system libcroco" &&
optional_depends -sub CXX gcc \
"--enable-libasprintf" \
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index d01cd7ce55..e7e68c68ea 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,4 +1,7 @@
2012-02-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: made the dependency on libcroco optional
+
+2012-02-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: added dependency on libcroco
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>