summaryrefslogtreecommitdiffstats
path: root/package/directfb
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.landwerlin@openwide.fr>2009-12-06 22:21:58 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-12-06 22:23:20 +0100
commit1041563b1a04536d339224bd3c0bdfc37e74bb40 (patch)
tree1d675b7af7e6a4767a2eab2bbe9092269ab2de05 /package/directfb
parent20417bbf4e8be341c6754e5444c58ad1a25f3096 (diff)
downloadbuildroot-novena-1041563b1a04536d339224bd3c0bdfc37e74bb40.tar.gz
buildroot-novena-1041563b1a04536d339224bd3c0bdfc37e74bb40.zip
directfb: Fix ps2mouse driver availability
Closes #553. The ps2mouse driver is miss named because it's not only a driver for ps2 mice, but also usb mice. So it's not only limited to PC architecture (x86 & x86-64). Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/directfb')
-rw-r--r--package/directfb/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index 0d1c49d63..fd1f76682 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -80,7 +80,6 @@ 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"