All of lore.kernel.org
 help / color / mirror / Atom feed
From: correa at uclibc.org <correa@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/directfb
Date: Thu,  9 Oct 2008 11:36:19 -0700 (PDT)	[thread overview]
Message-ID: <20081009183619.125263C8AE@busybox.net> (raw)

Author: correa
Date: 2008-10-09 11:36:18 -0700 (Thu, 09 Oct 2008)
New Revision: 23644

Log:
Fix whitespace damage

Modified:
   trunk/buildroot/package/directfb/Config.in


Changeset:
Modified: trunk/buildroot/package/directfb/Config.in
===================================================================
--- trunk/buildroot/package/directfb/Config.in	2008-10-09 16:29:44 UTC (rev 23643)
+++ trunk/buildroot/package/directfb/Config.in	2008-10-09 18:36:18 UTC (rev 23644)
@@ -14,71 +14,71 @@
 	  http://www.directfb.org/
 
 config BR2_PACKAGE_DIRECTFB_XSERVER
-        bool "build with X server backend"
-        default n
-        depends on BR2_PACKAGE_DIRECTFB
-	depends on BR2_PACKAGE_XSERVER_x11r7 || BR2_PACKAGE_XSERVER_tinyx
+	bool "build with X server backend"
+	default n
+	depends on BR2_PACKAGE_DIRECTFB
+	depends on !BR2_PACKAGE_XSERVER_none
 
 config BR2_PACKAGE_DIRECTFB_UNIQUE
-        bool "enable unique window manager"
-        default n
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "enable unique window manager"
+	default n
+	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_ATI128
-        bool "compile ati128 graphics driver"
-        default n
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "compile ati128 graphics driver"
+	default n
+	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_CLE266
-        bool "compile cle266 graphics driver"
-        default y
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "compile cle266 graphics driver"
+	default y
+	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_MATROX
-        bool "compile matrox graphics driver"
-        default n
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "compile matrox graphics driver"
+	default n
+	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_UNICHROME
-        bool "compile unichrome graphics driver"
-        default y
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "compile unichrome graphics driver"
+	default y
+	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_KEYBOARD
-        bool "compile keyboard input driver"
-        default y
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "compile keyboard input driver"
+	default y
+	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_PS2MOUSE
-        bool "compile PS2 mouse input driver"
-        default y
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "compile PS2 mouse input driver"
+	default y
+	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
-        bool "compile serial mouse input driver"
-        default y
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "compile serial mouse input driver"
+	default y
+	depends on BR2_PACKAGE_DIRECTFB
 
 config BR2_PACKAGE_DIRECTFB_PNG
-        bool "enable PNG support"
-        default y
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "enable PNG support"
+	default y
+	depends on BR2_PACKAGE_DIRECTFB
 	select BR2_PACKAGE_LIBPNG
 
 config BR2_PACKAGE_DIRECTFB_TSLIB
-        bool "enable touchscreen support"
-        default y
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "enable touchscreen support"
+	default y
+	depends on BR2_PACKAGE_DIRECTFB
 	select BR2_PACKAGE_TSLIB
 
 config BR2_PACKAGE_DIRECTFB_GIF
-        bool "enable GIF support"
-        default y
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "enable GIF support"
+	default y
+	depends on BR2_PACKAGE_DIRECTFB
 	select BR2_PACKAGE_LIBUNGIF
 
 config BR2_PACKAGE_DIRECTFB_JPEG
-        bool "enable JPEG support"
-        default y
-        depends on BR2_PACKAGE_DIRECTFB
+	bool "enable JPEG support"
+	default y
+	depends on BR2_PACKAGE_DIRECTFB
 	select BR2_PACKAGE_JPEG

             reply	other threads:[~2008-10-09 18:36 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-09 18:36 correa at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-21 19:20 [Buildroot] svn commit: trunk/buildroot/package/directfb jacmet at uclibc.org
2009-01-21 19:20 jacmet at uclibc.org
2009-01-21 15:49 jacmet at uclibc.org
2009-01-11 20:35 ulf at uclibc.org
2008-10-09 18:36 correa at uclibc.org
2008-10-09  5:06 correa at uclibc.org
2008-10-09  9:45 ` Peter Korsgaard
2008-10-07 20:29 correa at uclibc.org
2008-10-08 18:36 ` Peter Korsgaard
2008-10-09  5:06   ` Thiago A. Corrêa
2008-10-09  7:57     ` Bernhard Reutner-Fischer
2008-10-09  1:25 ` Ormund Williams
2008-10-09  5:21   ` Thiago A. Corrêa
2008-10-09 12:42     ` Ormund Williams
2008-10-09 12:51       ` Peter Korsgaard
2008-10-09 13:11         ` Ormund Williams
2008-10-11  4:19       ` Ormund Williams
2008-04-01  6:51 jacmet at uclibc.org
2007-11-16 16:10 vanokuten at uclibc.org
2007-09-12  5:20 ulf at uclibc.org
2007-09-05  6:49 ulf at uclibc.org
2007-08-13  6:14 ulf at uclibc.org
2007-08-12 23:30 ulf at uclibc.org
2007-08-12 18:21 ulf at uclibc.org
2007-08-12 14:40 ulf at uclibc.org
2007-08-11 21:53 ulf at uclibc.org
2007-06-26  6:24 aldot at uclibc.org
2007-02-02 12:41 jacmet at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081009183619.125263C8AE@busybox.net \
    --to=correa@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.