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>
This commit is contained in:
Bernd Kuhls 2014-01-04 14:38:46 +01:00 committed by Peter Korsgaard
parent 67b081995d
commit a6ff1dbfaa
2 changed files with 11 additions and 3 deletions

View File

@ -1,8 +1,9 @@
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

View File

@ -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))