kumquat-buildroot/package/x11r7/xlib_libXi/xlib_libXi.mk
Bernd Kuhls e9fbe0f0f3 package/x11r7/xlib_*: mass switch to xorgproto
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-07-28 22:33:38 +02:00

23 lines
613 B
Makefile

################################################################################
#
# xlib_libXi
#
################################################################################
XLIB_LIBXI_VERSION = 1.7.9
XLIB_LIBXI_SOURCE = libXi-$(XLIB_LIBXI_VERSION).tar.bz2
XLIB_LIBXI_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXI_LICENSE = MIT
XLIB_LIBXI_LICENSE_FILES = COPYING
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))