xlib_libpciaccess: bump version

[Peter: remove version from Config.in help]
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Will Wagner 2010-04-01 13:46:40 +01:00 committed by Peter Korsgaard
parent b7bf7f0077
commit 741d1cd4b0
3 changed files with 4 additions and 6 deletions

View File

@ -16,8 +16,8 @@
libgcrypt, libglib2, libpng, libxml2, matchbox, mdadm,
memstat, mesa3d, mtd-utils, nano, openssl, php, pixman, pppd,
pthread-stubs, qt, radvd, setserial, squashfs, usb_modeswith,
wget, xlib_libX11, xlib_libXfont, xproto_dri2proto,
xproto_fontcacheproto, xproto_xf86miscproto
wget, xlib_libX11, xlib_libXfont, xlib_libpciaccess,
xproto_dri2proto, xproto_fontcacheproto, xproto_xf86miscproto
Issues resolved (http://bugs.uclibc.org):

View File

@ -2,7 +2,6 @@ config BR2_PACKAGE_XLIB_LIBPCIACCESS
bool "libpciaccess"
depends on BR2_LARGEFILE
help
libpciaccess 0.10.9
X.Org libpciaccess
comment "libpciaccess requires a toolchain with LARGEFILE support"

View File

@ -4,12 +4,11 @@
#
################################################################################
XLIB_LIBPCIACCESS_VERSION = 0.10.9
XLIB_LIBPCIACCESS_VERSION = 0.11.0
XLIB_LIBPCIACCESS_SOURCE = libpciaccess-$(XLIB_LIBPCIACCESS_VERSION).tar.bz2
XLIB_LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBPCIACCESS_AUTORECONF = NO
XLIB_LIBPCIACCESS_LIBTOOL_PATCH = NO
XLIB_LIBPCIACCESS_INSTALL_STAGING = YES
XLIB_LIBPCIACCESS_DEPENDENCIES =
XLIB_LIBPCIACCESS_CONF_OPT = --enable-shared --disable-static
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libpciaccess))