Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
bool "randrproto"
|
||||
help
|
||||
X.Org Randr protocol headers
|
||||
@@ -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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user