summaryrefslogtreecommitdiff
path: root/package/directfb/Config.in
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-09 18:36:18 +0000
committerThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-09 18:36:18 +0000
commit1498c1baf78fc1d29781b62cfb9e548ac5ad44bc (patch)
tree2e3edfaf55a18f6d6ed683eb1f9b8dd28128a4ca /package/directfb/Config.in
parent508f033a1bab2fda2e9bb204e746c6e6da850fcb (diff)
Fix whitespace damage
Diffstat (limited to 'package/directfb/Config.in')
-rw-r--r--package/directfb/Config.in80
1 files changed, 40 insertions, 40 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index b481fcefe..e31583fef 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -14,71 +14,71 @@ config BR2_PACKAGE_DIRECTFB_MULTI
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