mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
https://lists.x.org/archives/xorg-announce/2024-September/003530.html Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
25 lines
679 B
Makefile
25 lines
679 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXi
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXI_VERSION = 1.8.2
|
|
XLIB_LIBXI_SOURCE = libXi-$(XLIB_LIBXI_VERSION).tar.xz
|
|
XLIB_LIBXI_SITE = https://xorg.freedesktop.org/archive/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))
|