[commit] r2367 - in trunk: config user

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Sun Dec 7 14:11:42 CET 2008


Author: dslinux_sonny_jim
Date: Sun Dec  7 14:11:42 2008
New Revision: 2367

Log:
Integrate fbview into build system

Modified:
   trunk/config/Configure.help
   trunk/config/config.in
   trunk/user/Makefile

Modified: trunk/config/Configure.help
==============================================================================
--- trunk/config/Configure.help	(original)
+++ trunk/config/Configure.help	Sun Dec  7 14:11:42 2008
@@ -4013,7 +4013,10 @@
 CONFIG_USER_REPLIMENU
   replimenu is a small menu program mainly for boot-diskettes. 
   It's not as powerful as "dialog" but it's small and does the job 
-  
+
+CONFIG_USER_FBVIEW
+  A simple framebuffer image viewer
+  It supports 24bit BMP and PNG files. 
 #
 #
 # END of proprietary config help

Modified: trunk/config/config.in
==============================================================================
--- trunk/config/config.in	(original)
+++ trunk/config/config.in	Sun Dec  7 14:11:42 2008
@@ -823,6 +823,11 @@
 if [ "$CONFIG_USER_EXPAT_EXAMPLES" = "y" ]; then
 	define_bool CONFIG_LIB_EXPAT y
 fi
+bool 'fbview'			CONFIG_USER_FBVIEW
+if [ "$CONFIG_USER_FBVIEW" = "y" ]; then
+	define_bool CONFIG_LIB_PNG y
+	define_bool CONFIG_LIB_ZLIB y
+fi
 bool 'frob-led'			CONFIG_USER_FROB_LED_FROB_LED
 bool 'frotz'			CONFIG_USER_FROTZ_FROTZ
 bool 'gdbreplay'		CONFIG_USER_GDB_GDBREPLAY

Modified: trunk/user/Makefile
==============================================================================
--- trunk/user/Makefile	(original)
+++ trunk/user/Makefile	Sun Dec  7 14:11:42 2008
@@ -119,6 +119,7 @@
 dir_$(CONFIG_USER_EXPAT_EXAMPLES)           += expat-examples
 dir_$(CONFIG_USER_EZIPUPDATE_EZIPUPDATE)    += ez-ipupdate
 dir_$(CONFIG_USER_FAKEIDENTD_IDENTD)        += fakeidentd
+dir_$(CONFIG_USER_FBVIEW)    	 	    += fbview
 dir_$(CONFIG_USER_FDISK_FDISK)              += fdisk
 dir_$(CONFIG_USER_FDISK_SFDISK)             += fdisk
 dir_$(CONFIG_USER_FILEUTILS_CAT)            += fileutils


More information about the dslinux-commit mailing list