summaryrefslogtreecommitdiffstats
path: root/e/imlib2
diff options
context:
space:
mode:
authorJustin Boffemmyer2009-05-21 18:50:11 -0400
committerJustin Boffemmyer2009-05-21 18:53:06 -0400
commit480f0028ab547b4dd8877311c84d7b620537aeac (patch)
treef98c15dd2ba139b6da050926085da1e38615deaf /e/imlib2
parent06e80138eea530fe91018ff8fb82a315613fbd96 (diff)
e/imlib2: make xorg-libs optional_depends
X is not a hard dependency for imlib2, since it builds fine without it as long as --without-x is passed.
Diffstat (limited to 'e/imlib2')
-rwxr-xr-xe/imlib2/DEPENDS6
-rw-r--r--e/imlib2/HISTORY3
2 files changed, 8 insertions, 1 deletions
diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index 4991b369e2..ff41d211be 100755
--- a/e/imlib2/DEPENDS
+++ b/e/imlib2/DEPENDS
@@ -1,13 +1,17 @@
depends libtool &&
depends zlib &&
depends freetype2 &&
-depends xorg-libs &&
if [[ $IMLIB2_CVS == y ]]; then
depends CVS &&
depends automake-1.9
fi &&
+optional_depends 'xorg-libs' \
+ '' \
+ '--without-x' \
+ 'X11 support' &&
+
optional_depends 'tiff' \
'--with-tiff' \
'--without-tiff' \
diff --git a/e/imlib2/HISTORY b/e/imlib2/HISTORY
index 73d51e1955..31d7df00fd 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,3 +1,6 @@
+2009-5-21 Justin Boffemmyer <flux@sourcemage.org>
+ * DEPENDS: make xorg-libs an optional dependency
+
2008-10-23 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.4.2; quoting paths; cleaned up;
SECURITY_PATCH+=1 (http://secunia.com/Advisories/32354/);