New commits:
commit 0308756da27a9d2a54ef35172f64513a77337c88
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
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.
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 1f0ff5d..6561e1a 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,3 +1,8 @@
+2009-6-19 Justin Boffemmyer <flux AT 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 AT sourcemage.org>
* CONFIGURE: new, ask if X support is wanted
* BUILD: add IMLIB2_X11 to OPTS
[SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (0308756da27a9d2a54ef35172f64513a77337c88),
Justin Boffemmyer, 06/19/2009