Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 80134 by Pol Vinogradov for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 80134 by Pol Vinogradov for review
  • Date: Sat, 3 Jun 2006 17:10:01 +0100 (BST)

Change 80134 by pol_vinogradov@public on 2006/06/03 17:09:44

DEPENDS: added libxi when xorg-server is provider of X11-LIBS for sdl

Affected files ...

... //sgl/grimoires/games/games-simulation/foobillard/DEPENDS#2 edit
... //sgl/grimoires/games/games-simulation/foobillard/HISTORY#4 edit

Differences ...

==== //sgl/grimoires/games/games-simulation/foobillard/DEPENDS#2 (xtext) ====

@@ -2,6 +2,10 @@
depends sdl &&
depends freetype2 &&

+if [ "$(get_spell_provider sdl X11-LIBS)" == "xorg-server" ]; then
+ depends libxi
+fi &&
+
optional_depends GLUT \
"--enable-glut" \
"" \

==== //sgl/grimoires/games/games-simulation/foobillard/HISTORY#4 (text) ====

@@ -1,3 +1,6 @@
+2006-06-03 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added libxi when xorg-server is provider of X11-LIBS for
sdl
+
2005-12-01 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512




  • [SM-Commit] PERFORCE change 80134 by Pol Vinogradov for review, Perforce Review Daemon, 06/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page