diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | package/directfb/Config.in | 1 |
2 files changed, 3 insertions, 3 deletions
@@ -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 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" |