directfb: Fix ps2mouse driver availability
authorLionel Landwerlin <lionel.landwerlin@openwide.fr>
Sun, 6 Dec 2009 21:21:58 +0000 (22:21 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 6 Dec 2009 21:23:20 +0000 (22:23 +0100)
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>
CHANGES
package/directfb/Config.in

diff --git a/CHANGES b/CHANGES
index a284a89e7ec23d851a5399d0ebb26a5cfb90e3d6..5ac7534a3e88d8cf0d7b93c6d757eab42c0c861a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,13 @@
 
        New packages: tcpreplay
 
-       Updated/fixed packages: autoconf, bind, binutils, busybox, iw,
-       libpcap, lighttpd, mesa, pcre, usbutils
+       Updated/fixed packages: autoconf, bind, binutils, busybox,
+       directfb, iw, libpcap, lighttpd, mesa, pcre, usbutils
 
        Issues resolved (http://bugs.uclibc.org):
 
        #515: tcpreplay: new package
+       #553: Wrong DirectFB ps2mouse limitation
        #559: mesa3d build fails
        #749: Bump usbutils package to version 0.86
        #751: Kernel 2.6 snapshot fetch fail
index 0d1c49d6300cbb700edc8cd883ce5b5513494bc9..fd1f766826d6d1a502d45c062c1c92bf8a38ce48 100644 (file)
@@ -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"