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,7 @@
config BR2_PACKAGE_XLIB_LIBXRENDER
bool "libXrender"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_RENDERPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
X.Org Xrender library

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2015-April/002593.html
sha256 fc2fe57980a14092426dffcd1f2d9de0987b9d40adea663bd70d6342c0e9be1a libXrender-0.9.9.tar.bz2

View File

@@ -0,0 +1,17 @@
################################################################################
#
# xlib_libXrender
#
################################################################################
XLIB_LIBXRENDER_VERSION = 0.9.9
XLIB_LIBXRENDER_SOURCE = libXrender-$(XLIB_LIBXRENDER_VERSION).tar.bz2
XLIB_LIBXRENDER_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXRENDER_LICENSE = MIT
XLIB_LIBXRENDER_LICENSE_FILES = COPYING
XLIB_LIBXRENDER_INSTALL_STAGING = YES
XLIB_LIBXRENDER_DEPENDENCIES = xlib_libX11 xproto_renderproto xproto_xproto
XLIB_LIBXRENDER_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))
$(eval $(host-autotools-package))