Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 80347 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 80347 by Pol Vinogradov for review
  • Date: Wed, 7 Jun 2006 19:05:00 +0100 (BST)

Change 80347 by pol_vinogradov@public on 2006/06/07 19:04:07

checking converted to check_if_xorg_modular_libs

Affected files ...

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

Differences ...

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

@@ -2,9 +2,9 @@
depends sdl &&
depends freetype2 &&

-if [[ "$(get_spell_provider sdl X11-LIBS)" == "xorg-server" ]] ||
- [[ "$(get_spell_provider sdl X11-LIBS)" == "xorg-libs" ]]
-then
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs sdl ; then
depends libxi
fi &&


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

@@ -1,5 +1,6 @@
2006-06-07 Pol Vinogradov <vin.public AT gmail.com>
- * DEPENDS: added xorg-libs checking
+ * DEPENDS: added xorg-libs checking, converted to
+ check_if_xorg_modular_libs

2006-06-03 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: added libxi when xorg-server is provider of X11-LIBS for
sdl




Archive powered by MHonArc 2.6.24.

Top of Page