xorg: Bump xlib_libXi version to 1.7.2
authorBernd Kuhls <berndkuhls@hotmail.com>
Sat, 4 Jan 2014 13:38:46 +0000 (14:38 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 5 Jan 2014 21:15:48 +0000 (22:15 +0100)
[Peter: needs libXfixes, cleanup dependency list (white space)]
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x11r7/xlib_libXi/Config.in
package/x11r7/xlib_libXi/xlib_libXi.mk

index ca5ab59576e9ae679978260650be6f8f2f8722bd..3ae22d630583544b738f1cf4f6aadde16b997d3b 100644 (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
index cac3787b7a729dea3e6a1c1132c486f9272d9e74..849ce0977e655d6021cdc38f3e35d048319a79a3 100644 (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))