summaryrefslogtreecommitdiffstats
path: root/e/imlib2
diff options
context:
space:
mode:
authorJustin Boffemmyer2009-05-21 21:39:48 -0400
committerJustin Boffemmyer2009-05-21 21:39:48 -0400
commitfcdf2bd13dfb4b28110717e177e87b74ee4e4bad (patch)
treee587d14290ded560b92823a2d35eb0888ec29897 /e/imlib2
parent480f0028ab547b4dd8877311c84d7b620537aeac (diff)
Revert "e/imlib2: make xorg-libs optional_depends"
This reverts commit 480f0028ab547b4dd8877311c84d7b620537aeac. This commit correctly enabled imlib2 to build without X, but the installed system header Imlib2.h still incorrectly relied on X even when built using --without-x.
Diffstat (limited to 'e/imlib2')
-rwxr-xr-xe/imlib2/DEPENDS6
-rw-r--r--e/imlib2/HISTORY3
2 files changed, 1 insertions, 8 deletions
diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index ff41d211be..4991b369e2 100755
--- a/e/imlib2/DEPENDS
+++ b/e/imlib2/DEPENDS
@@ -1,17 +1,13 @@
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 31d7df00fd..73d51e1955 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,6 +1,3 @@
-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/);