Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_XPROTO_XEXTPROTO
|
||||
bool "xextproto"
|
||||
help
|
||||
X.Org XExt protocol headers
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.freedesktop.org/pipermail/xorg/2013-December/056256.html
|
||||
sha256 f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0 xextproto-7.3.0.tar.bz2
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# xproto_xextproto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XPROTO_XEXTPROTO_VERSION = 7.3.0
|
||||
XPROTO_XEXTPROTO_SOURCE = xextproto-$(XPROTO_XEXTPROTO_VERSION).tar.bz2
|
||||
XPROTO_XEXTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
||||
XPROTO_XEXTPROTO_LICENSE = MIT
|
||||
XPROTO_XEXTPROTO_LICENSE_FILES = COPYING
|
||||
XPROTO_XEXTPROTO_INSTALL_STAGING = YES
|
||||
XPROTO_XEXTPROTO_CONF_OPTS = --disable-specs
|
||||
HOST_XPROTO_XEXTPROTO_CONF_OPTS = --disable-specs
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user