kumquat-buildroot/package/x11r7/xlib_libXi/xlib_libXi.mk
Bernd Kuhls 77ed5b03b0 package/x11r7/xlib_libXi: bump version to 1.7.9
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-02-01 21:39:32 +01:00

24 lines
638 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 \
xproto_inputproto \
xproto_xproto \
xlib_libX11 \
xlib_libXext \
xlib_libXfixes
XLIB_LIBXI_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))