Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c04009b86f339b467b26d7677c124b2fb46b0d78)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c04009b86f339b467b26d7677c124b2fb46b0d78)
  • Date: Wed, 11 Mar 2009 10:25:20 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

xorg-driver/xf86-video-ati/DEPENDS | 4 ++++
xorg-driver/xf86-video-ati/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit c04009b86f339b467b26d7677c124b2fb46b0d78
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xf86-video-ati: forgot to depend on git when building the scm version

diff --git a/xorg-driver/xf86-video-ati/DEPENDS
b/xorg-driver/xf86-video-ati/DEPENDS
index 466572c..b644994 100755
--- a/xorg-driver/xf86-video-ati/DEPENDS
+++ b/xorg-driver/xf86-video-ati/DEPENDS
@@ -6,6 +6,10 @@ optional_depends mesalib \
"--disable-dri" \
"Do you want dri support" &&

+if [[ "$ATI_SCM" = y ]]; then
+ depends git
+fi &&
+
if is_depends_enabled $SPELL mesalib ; then
sub_depends mesalib DRI
fi
diff --git a/xorg-driver/xf86-video-ati/HISTORY
b/xorg-driver/xf86-video-ati/HISTORY
index d905e01..0a2c88d 100644
--- a/xorg-driver/xf86-video-ati/HISTORY
+++ b/xorg-driver/xf86-video-ati/HISTORY
@@ -1,3 +1,6 @@
+2009-03-11 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added git when building the scm version
+
2009-03-04 Arjan Bouter <abouter AT sourcemage.org>
* PREPARE,PRE_BUILD: added for optional SCM version.
* DETAILS: added SCM version, removed PKG var,



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c04009b86f339b467b26d7677c124b2fb46b0d78), Arjan Bouter, 03/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page