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:
parent
b7bf7f0077
commit
741d1cd4b0
4
CHANGES
4
CHANGES
@ -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):
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user