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,8 @@
config BR2_PACKAGE_XLIB_LIBXTST
bool "libXtst"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXI
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_RECORDPROTO
help
X.Org Xtst library

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-May/002237.html
sha256 ef0a7ffd577e5f1a25b1663b375679529663a1880151beaa73e9186c8309f6d9 libXtst-1.2.2.tar.bz2

View File

@@ -0,0 +1,20 @@
################################################################################
#
# xlib_libXtst
#
################################################################################
XLIB_LIBXTST_VERSION = 1.2.2
XLIB_LIBXTST_SOURCE = libXtst-$(XLIB_LIBXTST_VERSION).tar.bz2
XLIB_LIBXTST_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXTST_LICENSE = MIT
XLIB_LIBXTST_LICENSE_FILES = COPYING
XLIB_LIBXTST_INSTALL_STAGING = YES
XLIB_LIBXTST_DEPENDENCIES = \
xlib_libX11 \
xlib_libXext \
xlib_libXi \
xproto_recordproto
$(eval $(autotools-package))