r2258 - in trunk

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Sat Jul 19 14:28:04 CEST 2008


Author: sonny_jim
Date: 2008-07-19 14:28:04 +0200 (Sat, 19 Jul 2008)
New Revision: 2258

Log:
Integrating TinySDGL into the build system

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2008-07-19 12:03:26 UTC (rev 2257)
+++ trunk/config/Configure.help	2008-07-19 12:28:04 UTC (rev 2258)
@@ -3402,6 +3402,11 @@
   commands that are compiled into the binary.  This needs 
   the /proc filesystem to work properly...
 
+CONFIG_USER_GAMES_MELITE
+  A version of Elite using the TinyGL library.  TinyGL is 
+  intended to be a very small implementation of a subset of
+  OpenGL* for embedded systems or games.
+
 CONFIG_LIB_TINYTCL
   Core library which provides a Tcl implementation based
   on Tcl 6.7 with some extensions for compatibility with

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2008-07-19 12:03:26 UTC (rev 2257)
+++ trunk/config/config.in	2008-07-19 12:28:04 UTC (rev 2258)
@@ -1782,6 +1782,10 @@
 if [ "$CONFIG_USER_GAMES_XRICK" = "y" ]; then
        define_bool CONFIG_LIB_SDL y
 fi
+bool 'mElite'		CONFIG_USER_GAMES_MELITE
+if [ "$CONFIG_USER_GAMES_MELITE" = "y" ]; then
+       define_bool CONFIG_LIB_SDL y
+fi
 endmenu
 
 #############################################################################

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2008-07-19 12:03:26 UTC (rev 2257)
+++ trunk/user/Makefile	2008-07-19 12:28:04 UTC (rev 2258)
@@ -386,6 +386,7 @@
 dir_$(CONFIG_USER_TINTIN_TINTIN)            += tintin
 dir_$(CONFIG_USER_TINYLOGIN_CRYPT_CRYPT)    += tinylogin
 dir_$(CONFIG_USER_TINYLOGIN_TINYLOGIN)      += tinylogin
+dir_$(CONFIG_USER_GAMES_MELITE)       	    += TinySDGL
 dir_$(CONFIG_USER_TINYSID_TINYSID)          += tinysid
 dir_$(CONFIG_USER_TINYTCL_TCLSH)            += tinytcl
 dir_$(CONFIG_USER_TIP_TIP)                  += tip



More information about the dslinux-commit mailing list