buildrootschalter/package/x11r7/xlib_libXi/xlib_libXi.mk
Bernd Kuhls a6ff1dbfaa xorg: Bump xlib_libXi version to 1.7.2
[Peter: needs libXfixes, cleanup dependency list (white space)]
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-05 22:15:48 +01:00

24 lines
637 B
Makefile

################################################################################
#
# xlib_libXi
#
################################################################################
XLIB_LIBXI_VERSION = 1.7.2
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_OPT = --disable-malloc0returnsnull
$(eval $(autotools-package))