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,4 @@
config BR2_PACKAGE_XPROTO_RANDRPROTO
bool "randrproto"
help
X.Org Randr protocol headers

View File

@@ -0,0 +1,3 @@
# From http://lists.x.org/archives/xorg-announce/2015-May/002605.html
sha1 bc420745dc4af011988e9dcabdadf8829cbc2374 randrproto-1.5.0.tar.bz2
sha256 4c675533e79cd730997d232c8894b6692174dce58d3e207021b8f860be498468 randrproto-1.5.0.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xproto_randrproto
#
################################################################################
XPROTO_RANDRPROTO_VERSION = 1.5.0
XPROTO_RANDRPROTO_SOURCE = randrproto-$(XPROTO_RANDRPROTO_VERSION).tar.bz2
XPROTO_RANDRPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_RANDRPROTO_LICENSE = MIT
XPROTO_RANDRPROTO_LICENSE_FILES = COPYING
XPROTO_RANDRPROTO_INSTALL_STAGING = YES
XPROTO_RANDRPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))