Commit a6ff1dbf authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Peter Korsgaard
Browse files

xorg: Bump xlib_libXi version to 1.7.2



[Peter: needs libXfixes, cleanup dependency list (white space)]
Signed-off-by: default avatarBernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 67b08199
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_XLIB_LIBXI
	bool "libXi"
	select BR2_PACKAGE_XPROTO_XPROTO
	select BR2_PACKAGE_XPROTO_INPUTPROTO
	select BR2_PACKAGE_XLIB_LIBX11
	select BR2_PACKAGE_XLIB_LIBXEXT
	select BR2_PACKAGE_XPROTO_XPROTO
	select BR2_PACKAGE_XLIB_LIBXFIXES
	help
	  X.Org Xi library
+9 −2
Original line number Diff line number Diff line
@@ -4,13 +4,20 @@
#
################################################################################

XLIB_LIBXI_VERSION = 1.6.1
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 = xproto_inputproto xlib_libX11 xlib_libXext xproto_xproto
XLIB_LIBXI_DEPENDENCIES = \
	host-pkgconf \
	xproto_inputproto \
	xproto_xproto \
	xlib_libX11 \
	xlib_libXext \
	xlib_libXfixes

XLIB_LIBXI_CONF_OPT = --disable-malloc0returnsnull

$(eval $(autotools-package))