]> Git Repo - buildroot-mgba.git/commitdiff
xdriver_xf86-input-acecad: remove package
authorThomas Petazzoni <[email protected]>
Wed, 2 Jan 2013 01:26:39 +0000 (01:26 +0000)
committerPeter Korsgaard <[email protected]>
Sat, 5 Jan 2013 12:26:38 +0000 (13:26 +0100)
This X.org driver has been removed from upstream X.org releases and is
related to a very specific type of hardware that isn't likely to be used
in a Buildroot context.

Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/x11r7/Config.in
package/x11r7/xdriver_xf86-input-acecad/Config.in [deleted file]
package/x11r7/xdriver_xf86-input-acecad/xdriver_xf86-input-acecad.mk [deleted file]

index 9e08e3f279e854d723acec7a416f9d86941509e9..7713d679d85581b2ba59a9e9d337eebbcb02a0a0 100644 (file)
@@ -170,7 +170,6 @@ endmenu
        endmenu
        if BR2_PACKAGE_XSERVER_xorg
        menu "X11R7 Drivers"
-               source package/x11r7/xdriver_xf86-input-acecad/Config.in
                source package/x11r7/xdriver_xf86-input-aiptek/Config.in
                source package/x11r7/xdriver_xf86-input-evdev/Config.in
                source package/x11r7/xdriver_xf86-input-joystick/Config.in
diff --git a/package/x11r7/xdriver_xf86-input-acecad/Config.in b/package/x11r7/xdriver_xf86-input-acecad/Config.in
deleted file mode 100644 (file)
index 7e1838e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-config BR2_PACKAGE_XDRIVER_XF86_INPUT_ACECAD
-       bool "xf86-input-acecad"
-       select BR2_PACKAGE_XSERVER_XORG_SERVER
-       select BR2_PACKAGE_XPROTO_INPUTPROTO
-       select BR2_PACKAGE_XPROTO_RANDRPROTO
-       select BR2_PACKAGE_XPROTO_XPROTO
-       help
-         Acecad Flair input driver
diff --git a/package/x11r7/xdriver_xf86-input-acecad/xdriver_xf86-input-acecad.mk b/package/x11r7/xdriver_xf86-input-acecad/xdriver_xf86-input-acecad.mk
deleted file mode 100644 (file)
index dd020a8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-################################################################################
-#
-# xdriver_xf86-input-acecad -- Acecad Flair input driver
-#
-################################################################################
-
-XDRIVER_XF86_INPUT_ACECAD_VERSION = 1.4.0
-XDRIVER_XF86_INPUT_ACECAD_SOURCE = xf86-input-acecad-$(XDRIVER_XF86_INPUT_ACECAD_VERSION).tar.bz2
-XDRIVER_XF86_INPUT_ACECAD_SITE = http://xorg.freedesktop.org/releases/individual/driver
-XDRIVER_XF86_INPUT_ACECAD_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto
-
-$(eval $(autotools-package))
This page took 0.04047 seconds and 4 git commands to generate.