sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
PERFORCE change 80330 by Andraž "ruskie" Levstik for review
- 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>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "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>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
- Subject: PERFORCE change 80330 by Andraž "ruskie" Levstik for review
- Date: Wed, 7 Jun 2006 10:55:01 +0100 (BST)
Change 80330 by andraž_levstik AT omega.mages.ath.cx on 2006/06/07 10:50:13
Added the xorg-modular functions to check
Affected files ...
... //sgl/grimoires/devel/ChangeLog#350 edit
... //sgl/grimoires/devel/FUNCTIONS#38 edit
Differences ...
==== //sgl/grimoires/devel/ChangeLog#350 (text) ====
@@ -1,3 +1,6 @@
+2006-06-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * FUNCTIONS: added functions to check for xorg-modular stuff
+
2006-06-06 Eric Sandall <eric AT sandall.us>
* e/emphasis: Added ETK Music Player Daemon client
==== //sgl/grimoires/devel/FUNCTIONS#38 (xtext) ====
@@ -430,3 +430,31 @@
CXXFLAGS=${CXXFLAGS/-DPIC}
fi
}
+
+#
+## Function to check if we're using xorg-modular libs or not
+#
+
+function check_if_xorg_modular_libs()
+{
+ if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server"
]] ||
+ [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-libs"
]]
+ then
+ return 0
+ fi
+ return 1
+}
+
+#
+## Function to check if we're using xorg-modular server or not
+#
+
+function check_if_xorg_modular_server()
+{
+ if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-server"
]] ||
+ then
+ return 0
+ fi
+ return 1
+}
+
-
PERFORCE change 80330 by Andraž "ruskie" Levstik for review,
Perforce Review Daemon, 06/07/2006
-
Re: [SM-Commit] PERFORCE change 80330 by Andraž "ruskie" Levstik for review,
Eric Sandall, 06/07/2006
- Re: [SM-Commit] PERFORCE change 80330 by Andraž "ruskie" Levstik for review, Andraž "ruskie" Levstik, 06/07/2006
-
Re: [SM-Commit] PERFORCE change 80330 by Andraž "ruskie" Levstik for review,
Eric Sandall, 06/07/2006
Archive powered by MHonArc 2.6.24.