Files
operating-system/buildroot/package/x11r7/xlib_libXv/xlib_libXv.mk
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

19 lines
642 B
Makefile

################################################################################
#
# 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_CPE_ID_VENDOR = x.org
XLIB_LIBXV_CPE_ID_PRODUCT = libxv
XLIB_LIBXV_INSTALL_STAGING = YES
XLIB_LIBXV_DEPENDENCIES = xlib_libX11 xlib_libXext xorgproto
XLIB_LIBXV_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))