From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Mon, 23 Jul 2007 12:52:07 +0200 Subject: [Buildroot] svn commit: trunk/buildroot/package: fbset In-Reply-To: <20070723090059.A7303A6816@busybox.net> References: <20070723090059.A7303A6816@busybox.net> Message-ID: <20070723105207.GD7044@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Mon, Jul 23, 2007 at 02:00:59AM -0700, ulf at uclibc.org wrote: >Author: ulf >Date: 2007-07-23 02:00:58 -0700 (Mon, 23 Jul 2007) >New Revision: 19209 > >Log: >Add fbset 'frame buffer set' package > >Added: > trunk/buildroot/package/fbset/ > trunk/buildroot/package/fbset/Config.in > trunk/buildroot/package/fbset/fbset-2.1-avr32.patch > trunk/buildroot/package/fbset/fbset.mk > >Modified: > trunk/buildroot/package/Config.in > > >Changeset: >Modified: trunk/buildroot/package/Config.in >=================================================================== >--- trunk/buildroot/package/Config.in 2007-07-23 08:59:10 UTC (rev 19208) >+++ trunk/buildroot/package/Config.in 2007-07-23 09:00:58 UTC (rev 19209) >@@ -287,6 +287,7 @@ > source "package/directfb/Config.in" > if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS || BR2_avr32 bringing any arch into play here is wrong. Remove this, please. > source "package/fbv/Config.in" >+source "package/fbset/Config.in" > endif > source "package/jpeg/Config.in" > source "package/libpng/Config.in"