Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3d1bde55058e045c103c11e7a705f947add20e42)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3d1bde55058e045c103c11e7a705f947add20e42)
  • Date: Thu, 24 Jul 2008 05:47:24 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11/xlockmore/BUILD | 9 ++++++++-
x11/xlockmore/DEPENDS | 7 +------
2 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit 3d1bde55058e045c103c11e7a705f947add20e42
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xlockmore: fixed the build options, thanks Jaka

diff --git a/x11/xlockmore/BUILD b/x11/xlockmore/BUILD
index c60e7e3..19b4d4c 100755
--- a/x11/xlockmore/BUILD
+++ b/x11/xlockmore/BUILD
@@ -1,4 +1,11 @@
-OPTS="$OPTS $XLOCKMORE_BO" &&
+if list_find $XLOCKMORE_BO "--enable-blank-only"; then
+ OPTS="--without-opengl \
+ --without-mesa \
+ --without-freetype \
+ $OPTS"
+fi &&
+
+OPTS="$XLOCKMORE_BO $OPTS"

make_single &&
default_build &&
diff --git a/x11/xlockmore/DEPENDS b/x11/xlockmore/DEPENDS
index a8e0d6c..9b7f35f 100755
--- a/x11/xlockmore/DEPENDS
+++ b/x11/xlockmore/DEPENDS
@@ -1,4 +1,4 @@
-if [[ $XLOCKMORE_BO == y ]]; then
+if list_find $XLOCKMORE_BO "--disable-blank-only"; then
optional_depends mesalib \
"--with-mesa" \
"--without-mesa" \
@@ -12,11 +12,6 @@ if [[ $XLOCKMORE_BO == y ]]; then
"--with-freetype" \
"--without-freetype" \
"for FreeType mode(s)"
-else
- OPTS="--without-opengl \
- --without-mesa \
- --without-freetype \
- $OPTS"
fi &&

optional_depends gltt \



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3d1bde55058e045c103c11e7a705f947add20e42), Vlad Glagolev, 07/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page