update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXV
|
||||
bool "libXv"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
X.Org Xv library
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-October/002727.html
|
||||
sha256 d26c13eac99ac4504c532e8e76a1c8e4bd526471eb8a0a4ff2a88db60cb0b088 libXv-1.0.11.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libXv
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBXV_VERSION = 1.0.11
|
||||
XLIB_LIBXV_SOURCE = libXv-$(XLIB_LIBXV_VERSION).tar.bz2
|
||||
XLIB_LIBXV_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBXV_LICENSE = ISC-like
|
||||
XLIB_LIBXV_LICENSE_FILES = COPYING
|
||||
XLIB_LIBXV_INSTALL_STAGING = YES
|
||||
XLIB_LIBXV_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_videoproto xproto_xproto
|
||||
XLIB_LIBXV_CONF_OPTS = --disable-malloc0returnsnull
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user