summaryrefslogtreecommitdiffstats
path: root/package/directfb/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2009-01-11 21:35:34 +0100
committerUlf Samuelsson2009-01-11 21:35:34 +0100
commitc075c6888d3f57ab2bc7c60ab10aef5dad11d937 (patch)
tree84a5b02929ce7b11ef0f4208fbaa09bfb854cb56 /package/directfb/Config.in
parentMake sure SDL finds DirectFB headers ,if used (diff)
downloadbuildroot-c075c6888d3f57ab2bc7c60ab10aef5dad11d937.tar.gz
buildroot-c075c6888d3f57ab2bc7c60ab10aef5dad11d937.tar.xz
buildroot-c075c6888d3f57ab2bc7c60ab10aef5dad11d937.zip
Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches version dependent
Diffstat (limited to 'package/directfb/Config.in')
-rw-r--r--package/directfb/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index 571247bf8..73500e516 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -21,24 +21,29 @@ config BR2_PACKAGE_DIRECTFB_XSERVER
config BR2_PACKAGE_DIRECTFB_UNIQUE
bool "enable unique window manager"
depends on BR2_PACKAGE_DIRECTFB
+ depends on BR2_UNIMPLEMENTED
config BR2_PACKAGE_DIRECTFB_ATI128
bool "compile ati128 graphics driver"
depends on BR2_PACKAGE_DIRECTFB
+ depends on BR2_i386 || BR2_x86_64
config BR2_PACKAGE_DIRECTFB_CLE266
bool "compile cle266 graphics driver"
default y
depends on BR2_PACKAGE_DIRECTFB
+ depends on BR2_i386 || BR2_x86_64
config BR2_PACKAGE_DIRECTFB_MATROX
bool "compile matrox graphics driver"
depends on BR2_PACKAGE_DIRECTFB
+ depends on BR2_i386 || BR2_x86_64
config BR2_PACKAGE_DIRECTFB_UNICHROME
bool "compile unichrome graphics driver"
default y
depends on BR2_PACKAGE_DIRECTFB
+ depends on BR2_i386 || BR2_x86_64
config BR2_PACKAGE_DIRECTFB_KEYBOARD
bool "compile keyboard input driver"
@@ -49,6 +54,7 @@ config BR2_PACKAGE_DIRECTFB_PS2MOUSE
bool "compile PS2 mouse input driver"
default y
depends on BR2_PACKAGE_DIRECTFB
+ depends on BR2_i386 || BR2_x86_64
config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
bool "compile serial mouse input driver"