Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_XPROTO_XPROTO
|
||||
bool "xproto"
|
||||
help
|
||||
X.Org xproto protocol headers
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-July/002618.html
|
||||
sha256 29e85568d1f68ceef8a2c081dad9bc0e5500a53cfffde24b564dc43d46ddf6ca xproto-7.0.28.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xproto_xproto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XPROTO_XPROTO_VERSION = 7.0.28
|
||||
XPROTO_XPROTO_SOURCE = xproto-$(XPROTO_XPROTO_VERSION).tar.bz2
|
||||
XPROTO_XPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
||||
XPROTO_XPROTO_LICENSE = MIT
|
||||
XPROTO_XPROTO_LICENSE_FILES = COPYING
|
||||
XPROTO_XPROTO_INSTALL_STAGING = YES
|
||||
XPROTO_XPROTO_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user