xf86-input-void: remove deprecated

It's been deprecated for a year now so remove it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2016-03-11 11:32:23 -03:00 committed by Peter Korsgaard
parent b8de1788c1
commit f80ad2fd73
5 changed files with 7 additions and 28 deletions

View File

@ -145,6 +145,13 @@ endif
###############################################################################
comment "Legacy options removed in 2016.05"
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
bool "xf86-input-void removed"
select BR2_LEGACY
help
The xf86-input-void package has been removed, there's no need
for it in any modern (post-2007) xorg server.
config BR2_KERNEL_HEADERS_3_17
bool "kernel headers version 3.17.x are no longer supported"
select BR2_KERNEL_HEADERS_3_18

View File

@ -155,7 +155,6 @@ if BR2_PACKAGE_XORG7
source package/x11r7/xdriver_xf86-input-synaptics/Config.in
source package/x11r7/xdriver_xf86-input-tslib/Config.in
source package/x11r7/xdriver_xf86-input-vmmouse/Config.in
source package/x11r7/xdriver_xf86-input-void/Config.in
source package/x11r7/xdriver_xf86-video-ark/Config.in
source package/x11r7/xdriver_xf86-video-ast/Config.in
source package/x11r7/xdriver_xf86-video-ati/Config.in

View File

@ -1,11 +0,0 @@
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
bool "xf86-input-void"
# http://lists.x.org/archives/xorg-announce/2015-April/002585.html
# "It is just dead weight for any server released after 2007 or so.
# Don't use it."
depends on BR2_DEPRECATED_SINCE_2015_05
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
null input driver

View File

@ -1,2 +0,0 @@
# From http://lists.x.org/archives/xorg-announce/2015-April/002585.html
sha256 f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c xf86-input-void-1.4.1.tar.bz2

View File

@ -1,14 +0,0 @@
################################################################################
#
# xdriver_xf86-input-void
#
################################################################################
XDRIVER_XF86_INPUT_VOID_VERSION = 1.4.1
XDRIVER_XF86_INPUT_VOID_SOURCE = xf86-input-void-$(XDRIVER_XF86_INPUT_VOID_VERSION).tar.bz2
XDRIVER_XF86_INPUT_VOID_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_INPUT_VOID_LICENSE = MIT
XDRIVER_XF86_INPUT_VOID_LICENSE_FILES = COPYING
XDRIVER_XF86_INPUT_VOID_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto
$(eval $(autotools-package))