621a076fca
Reformatted hashes, removed md5 and sha1 hashes. Release notes: https://lists.x.org/archives/xorg-announce/2021-September/003109.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
25 lines
679 B
Makefile
25 lines
679 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXi
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXI_VERSION = 1.8
|
|
XLIB_LIBXI_SOURCE = libXi-$(XLIB_LIBXI_VERSION).tar.bz2
|
|
XLIB_LIBXI_SITE = https://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXI_LICENSE = MIT
|
|
XLIB_LIBXI_LICENSE_FILES = COPYING
|
|
XLIB_LIBXI_CPE_ID_VENDOR = x.org
|
|
XLIB_LIBXI_CPE_ID_PRODUCT = libxi
|
|
XLIB_LIBXI_INSTALL_STAGING = YES
|
|
XLIB_LIBXI_DEPENDENCIES = \
|
|
host-pkgconf \
|
|
xlib_libX11 \
|
|
xlib_libXext \
|
|
xlib_libXfixes \
|
|
xorgproto
|
|
|
|
XLIB_LIBXI_CONF_OPTS = --disable-malloc0returnsnull
|
|
|
|
$(eval $(autotools-package))
|