xlib_libpciaccess: Rename package to libpciaccess

While libpciaccess is part of the X libraries, it does not
depend upon X11 or any other X library.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls
2014-10-18 19:41:30 +02:00
committed by Thomas Petazzoni
parent e4a436f5e4
commit bfd87877fe
12 changed files with 31 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_LIBPCIACCESS
bool "libpciaccess"
depends on BR2_LARGEFILE
help
X.Org libpciaccess
comment "libpciaccess needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# libpciaccess
#
################################################################################
LIBPCIACCESS_VERSION = 0.13.2
LIBPCIACCESS_SOURCE = libpciaccess-$(LIBPCIACCESS_VERSION).tar.bz2
LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
LIBPCIACCESS_LICENSE = MIT
LIBPCIACCESS_LICENSE_FILES = COPYING
LIBPCIACCESS_INSTALL_STAGING = YES
$(eval $(autotools-package))