Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (808aa8d710f5f5286f43202c7c7d02751efc0575)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (808aa8d710f5f5286f43202c7c7d02751efc0575)
  • Date: Sat, 9 Dec 2006 05:12:37 -0600

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

games-simulation/torcs/DEPENDS | 12 +++++++++++-
games-simulation/torcs/HISTORY | 3 ++-
2 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 808aa8d710f5f5286f43202c7c7d02751efc0575
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-simulation/torcs:

DEPENDS: added optional depends on libxrandr if X are modular

diff --git a/games-simulation/torcs/DEPENDS b/games-simulation/torcs/DEPENDS
index c8aeb53..c837012 100755
--- a/games-simulation/torcs/DEPENDS
+++ b/games-simulation/torcs/DEPENDS
@@ -1,4 +1,14 @@
depends GLUT &&
depends openal &&
depends plib &&
-depends libpng
+depends libpng &&
+depends X11-LIBS "--with-x" &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs ; then
+ optional_depends libxrandr \
+ "--enable-xrandr" \
+ "--disable-xrandr" \
+ "enable the XRANDR mode?"
+fi
diff --git a/games-simulation/torcs/HISTORY b/games-simulation/torcs/HISTORY
index 047d482..f73f9a3 100644
--- a/games-simulation/torcs/HISTORY
+++ b/games-simulation/torcs/HISTORY
@@ -1,6 +1,7 @@
2006-12-09 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: track_rootifying path to X libraries, added missing &&
- * DEPENDS: needs openal
+ * DEPENDS: needs openal, added optional depends on libxrandr if X are
+ modular

2006-11-25 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: Updated to 1.3.0, removed UPDATED



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (808aa8d710f5f5286f43202c7c7d02751efc0575), Pol Vinogradov, 12/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page