[commit] r2334 - in trunk: config user

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Thu Jul 31 23:21:19 CEST 2008


Author: dslinux_sonny_jim
Date: Thu Jul 31 23:21:19 2008
New Revision: 2334

Log:
Integrating pipeviewer into the 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	Thu Jul 31 23:21:19 2008
@@ -3989,6 +3989,10 @@
   formats (over 100), translate, flip, mirror, rotate, scale, shear 
   and transform images, adjust image colors, apply various special 
   effects, or draw text, lines, polygons, ellipses and Bezier curves
+
+CONFIG_USER_PV
+  Pipe Viewer is a terminal-based tool for monitoring the progress 
+  of data through a pipeline.
 #
 # END of proprietary config help
 #

Modified: trunk/config/config.in
==============================================================================
--- trunk/config/config.in	(original)
+++ trunk/config/config.in	Thu Jul 31 23:21:19 2008
@@ -859,6 +859,7 @@
 bool 'palmbot'			CONFIG_USER_PALMBOT_PALMBOT
 bool 'pcmcia-cs (Card Services)' CONFIG_USER_PCMCIA_CS
 bool 'perl'			CONFIG_USER_PERL_PERL
+bool 'pv'			CONFIG_USER_PV
 bool 'python'			CONFIG_USER_PYTHON_PYTHON
 bool 'readprofile'		CONFIG_USER_READPROFILE_READPROFILE
 bool 'rootloader'		CONFIG_USER_ROOTLOADER_ROOTLOADER

Modified: trunk/user/Makefile
==============================================================================
--- trunk/user/Makefile	(original)
+++ trunk/user/Makefile	Thu Jul 31 23:21:19 2008
@@ -267,6 +267,7 @@
 dir_$(CONFIG_USER_PERL_PERL)                += perl
 dir_$(CONFIG_USER_PING_PING)                += ping
 dir_$(CONFIG_USER_PIXIL)		    += pixil
+dir_$(CONFIG_USER_PV)			    += pv
 dir_$(CONFIG_USER_PLAY_PLAY)                += play
 dir_$(CONFIG_USER_PLAY_TONE)                += play
 dir_$(CONFIG_USER_PLAYRT_PLAYRT)            += playrt


More information about the dslinux-commit mailing list