summaryrefslogtreecommitdiffstats
path: root/e/imlib2
diff options
context:
space:
mode:
authorJustin Boffemmyer2009-06-19 15:35:12 -0400
committerJustin Boffemmyer2009-06-19 15:35:12 -0400
commit0308756da27a9d2a54ef35172f64513a77337c88 (patch)
tree23c72359b058e4142117cbf882cb9a1574b0f0bb /e/imlib2
parent512a2ce028f7746c3c7236d278f92d202ae73934 (diff)
e/imlib2: fixed the xorg lib dependencies
Removed a line that snuck by before unconditionally depending on xorg-libs, and corrected the conditional depends to directly depend on libx11 and libxext instead of xorg-libs.
Diffstat (limited to 'e/imlib2')
-rwxr-xr-xe/imlib2/DEPENDS4
-rw-r--r--e/imlib2/HISTORY5
2 files changed, 7 insertions, 2 deletions
diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index 9e8de0c5a0..4b7dc708e3 100755
--- a/e/imlib2/DEPENDS
+++ b/e/imlib2/DEPENDS
@@ -1,7 +1,6 @@
depends libtool &&
depends zlib &&
depends freetype2 &&
-depends xorg-libs &&
if [[ $IMLIB2_CVS == y ]]; then
depends CVS &&
@@ -9,7 +8,8 @@ if [[ $IMLIB2_CVS == y ]]; then
fi &&
if [[ -z $IMLIB2_X11 ]]; then
- depends xorg-libs
+ depends libx11
+ depends libxext
fi &&
optional_depends 'tiff' \
diff --git a/e/imlib2/HISTORY b/e/imlib2/HISTORY
index 1f0ff5df5a..6561e1af13 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,3 +1,8 @@
+2009-6-19 Justin Boffemmyer <flux@sourcemage.org>
+ * DEPENDS: corrected xorg-libs dependencies: now depends directly on
+ libx11 and libxext, and only when X support is selected (forgot to
+ delete a depends line before)
+
2009-5-21 Justin Boffemmyer <flux@sourcemage.org>
* CONFIGURE: new, ask if X support is wanted
* BUILD: add IMLIB2_X11 to OPTS