mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 07:53:32 +08:00
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:
parent
67b081995d
commit
a6ff1dbfaa
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user