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_LIBXFIXES
bool "libXfixes"
select BR2_PACKAGE_XPROTO_FIXESPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_XEXTPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
X.Org Xfixes library

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-May/002227.html
sha256 63bec085084fa3caaee5180490dd871f1eb2020ba9e9b39a30f93693ffc34767 libXfixes-5.0.1.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xlib_libXfixes
#
################################################################################
XLIB_LIBXFIXES_VERSION = 5.0.1
XLIB_LIBXFIXES_SOURCE = libXfixes-$(XLIB_LIBXFIXES_VERSION).tar.bz2
XLIB_LIBXFIXES_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXFIXES_LICENSE = MIT
XLIB_LIBXFIXES_LICENSE_FILES = COPYING
XLIB_LIBXFIXES_INSTALL_STAGING = YES
XLIB_LIBXFIXES_DEPENDENCIES = xproto_fixesproto xlib_libX11 xproto_xextproto xproto_xproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))