Commit 6fd3e597 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

xdriver_xf86-input-acecad: remove package



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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 5bd41d16
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −8
Original line number Diff line number Diff line
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
+0 −12
Original line number Diff line number Diff line
################################################################################
#
# 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))