update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXVMC
|
||||
bool "libXvMC"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXV
|
||||
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
X.Org XvMC library
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-October/002728.html
|
||||
sha256 e501a079b5dfaef0897c56152770c77e05e362065cec58910289aa567277ee2e libXvMC-1.0.10.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libXvMC
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBXVMC_VERSION = 1.0.10
|
||||
XLIB_LIBXVMC_SOURCE = libXvMC-$(XLIB_LIBXVMC_VERSION).tar.bz2
|
||||
XLIB_LIBXVMC_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBXVMC_LICENSE = MIT
|
||||
XLIB_LIBXVMC_LICENSE_FILES = COPYING
|
||||
XLIB_LIBXVMC_INSTALL_STAGING = YES
|
||||
XLIB_LIBXVMC_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXv xproto_videoproto xproto_xproto
|
||||
XLIB_LIBXVMC_CONF_OPTS = --disable-malloc0returnsnull
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user