[Lunar-commits] CVS: moonbase/games/kobodeluxe CONFIGURE, 1.1.1.1,
1.2 DEPENDS, 1.2, 1.3
Auke Kok
sofar at lunar-linux.org
Fri Jan 2 01:18:44 GMT 2004
Update of /var/cvs/lunar/moonbase/games/kobodeluxe
In directory dbguin.lunar-linux.org:/tmp/cvs-serv845
Modified Files:
CONFIGURE DEPENDS
Log Message:
Getting rid of conditional statement in DEPENDS
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/kobodeluxe/CONFIGURE,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CONFIGURE 21 Aug 2002 00:55:15 -0000 1.1.1.1
+++ CONFIGURE 2 Jan 2004 01:18:41 -0000 1.2
@@ -1,13 +1,3 @@
-if ! grep -q "KOBO_OGL=" $MODULE_CONFIG; then
-
- if query "Enable OpenGL rendering layer support (experimental) ?" n
- then KOBO_OGL="--enable-opengl"
- else KOBO_OGL=""
- fi
- echo "KOBO_OGL=\"$KOBO_OGL\"" >> $MODULE_CONFIG
-
-fi
-
if ! grep -q "KOBO_OSS=" $MODULE_CONFIG; then
if query "Support OSS audio API (in addition to SDL audio) ?" n
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/kobodeluxe/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 13 Sep 2002 10:28:29 -0000 1.2
+++ DEPENDS 2 Jan 2004 01:18:41 -0000 1.3
@@ -1,4 +1,2 @@
depends SDL_image &&
-if [ -n "$KOBO_OGL" ]; then
- depends glut
-fi
+optional_depends "glut" "--enable-gl" "" "For OpenGL support"
More information about the Lunar-commits
mailing list