Skip to Content.
Sympa Menu

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

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 (480f0028ab547b4dd8877311c84d7b620537aeac)
  • Date: Thu, 21 May 2009 17:53:34 -0500

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

e/imlib2/DEPENDS | 6 +++++-
e/imlib2/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 480f0028ab547b4dd8877311c84d7b620537aeac
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

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.

diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index 4991b36..ff41d21 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 73d51e1..31d7df0 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,3 +1,6 @@
+2009-5-21 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: make xorg-libs an optional dependency
+
2008-10-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.2; quoting paths; cleaned up;
SECURITY_PATCH+=1 (http://secunia.com/Advisories/32354/);




Archive powered by MHonArc 2.6.24.

Top of Page