Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_SYNAPTICS
|
||||
bool "xf86-input-synaptics"
|
||||
select BR2_PACKAGE_LIBEVDEV
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
select BR2_PACKAGE_MTDEV
|
||||
help
|
||||
X.Org driver for synaptics input devices
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-November/002652.html
|
||||
sha256 d39f100c74f3673778b53f17bab7690161925e25dd998a15dd8cc69b52e83f01 xf86-input-synaptics-1.8.3.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdriver_xf86-input-synaptics
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_VERSION = 1.8.3
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_SOURCE = xf86-input-synaptics-$(XDRIVER_XF86_INPUT_SYNAPTICS_VERSION).tar.bz2
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_LICENSE = MIT
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_INPUT_SYNAPTICS_DEPENDENCIES = libevdev xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto mtdev
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user