update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XPROTO_PRESENTPROTO
|
||||
bool "presentproto"
|
||||
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
||||
help
|
||||
X.Org Present extension headers
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2017-January/002770.html
|
||||
sha256 f69b23a8869f78a5898aaf53938b829c8165e597cda34f06024d43ee1e6d26b9 presentproto-1.1.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xproto_presentproto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XPROTO_PRESENTPROTO_VERSION = 1.1
|
||||
XPROTO_PRESENTPROTO_SOURCE = presentproto-$(XPROTO_PRESENTPROTO_VERSION).tar.bz2
|
||||
XPROTO_PRESENTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
||||
XPROTO_PRESENTPROTO_LICENSE = MIT
|
||||
XPROTO_PRESENTPROTO_LICENSE_FILES = presentproto.h
|
||||
XPROTO_PRESENTPROTO_DEPENDENCIES = host-pkgconf xutil_util-macros
|
||||
XPROTO_PRESENTPROTO_INSTALL_STAGING = YES
|
||||
XPROTO_PRESENTPROTO_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user