[SM-Commit] PERFORCE change 76963 by John Harding for review
Perforce Review Daemon
p4review at smee.org
Wed Mar 29 07:15:01 EST 2006
Change 76963 by john_harding at john_harding-iowa1000 on 2006/03/29 13:13:15
flightgear no longer works with freeglut 2.4, so added config_query_list
for sdl, openglut and glut. Authors recommended sdl.
Affected files ...
... //sgl/grimoires/games/games-simulation/flightgear/CONFIGURE#1 add
... //sgl/grimoires/games/games-simulation/flightgear/DEPENDS#2 edit
... //sgl/grimoires/games/games-simulation/flightgear/HISTORY#6 edit
Differences ...
==== //sgl/grimoires/games/games-simulation/flightgear/DEPENDS#2 (xtext) ====
@@ -1,2 +1,14 @@
-depends simgear &&
-depends fgfs-base
+depends simgear &&
+depends fgfs-base &&
+
+if [[ "${GRAPHIC_LIB}" == "sdl" ]]
+ then
+ depends sdl "--enable-sdl"
+ else
+ if [[ "${GRAPHIC_LIB}" == "openglut" ]]
+ then
+ depends openglut
+ else
+ depends glut
+ fi
+fi
==== //sgl/grimoires/games/games-simulation/flightgear/HISTORY#6 (text) ====
@@ -1,3 +1,9 @@
+2006-03-29 John Harding <johnh at kuberaconsulting.com>
+ * CONFIGURE: Added config_query_list to choose
+ between sdl, glut, and openglut. Current version
+ no longer works with freeglut 2.4
+ * DEPENDS: uses the config_query_list above
+
2006-02-24 George Sherwood <george at beernabeer.com>
* DETAILS: Updated to version 0.9.9
More information about the SM-Commit
mailing list