Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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

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

View File

@@ -0,0 +1,14 @@
################################################################################
#
# 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))