Commit 741d1cd4 authored by Will Wagner's avatar Will Wagner Committed by Peter Korsgaard
Browse files

xlib_libpciaccess: bump version



[Peter: remove version from Config.in help]
Signed-off-by: default avatarWill Wagner <will_wagner@carallon.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent b7bf7f00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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):

+0 −1
Original line number Diff line number Diff line
@@ -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"
+2 −3
Original line number Diff line number Diff line
@@ -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))