Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (0308756da27a9d2a54ef35172f64513a77337c88)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (0308756da27a9d2a54ef35172f64513a77337c88)
  • Date: Fri, 19 Jun 2009 14:36:26 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

e/imlib2/DEPENDS | 4 ++--
e/imlib2/HISTORY | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)

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.

diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index 9e8de0c..4b7dc70 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 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

Archive powered by MHonArc 2.6.24.

Top of Page