Commit bfd87877 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

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: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent e4a436f5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -101,6 +101,15 @@ endif
###############################################################################
comment "Legacy options removed in 2014.11"

config BR2_PACKAGE_XLIB_LIBPCIACCESS
	bool "xlib-libpciaccess option has been renamed"
	depends on BR2_PACKAGE_XORG7
	select BR2_LEGACY
	select BR2_PACKAGE_LIBPCIACCESS
	help
	  libpciaccess neither depends on X11 nor Xlib. Thus the
	  package has been renamed BR2_PACKAGE_LIBPCIACCESS

config BR2_PACKAGE_LINUX_FIRMWARE_XC5000
	bool "Xceive xc5000 option has been renamed"
	select BR2_PACKAGE_LINUX_FIRMWARE_XCx000
+1 −0
Original line number Diff line number Diff line
@@ -684,6 +684,7 @@ menu "Hardware handling"
	source "package/libllcp/Config.in"
	source "package/libmbim/Config.in"
	source "package/libnfc/Config.in"
	source "package/libpciaccess/Config.in"
	source "package/libphidget/Config.in"
	source "package/libqmi/Config.in"
	source "package/libraw1394/Config.in"
+1 −6
Original line number Diff line number Diff line
@@ -19,17 +19,12 @@ menu "DRM Drivers"

config BR2_PACKAGE_LIBDRM_INTEL
	bool "intel"
	depends on BR2_PACKAGE_XORG7
	select BR2_PACKAGE_LIBATOMIC_OPS
	select BR2_PACKAGE_XLIB_LIBPCIACCESS
	select BR2_PACKAGE_LIBPCIACCESS
	depends on BR2_i386 || BR2_x86_64
	help
	  installs intel graphics driver

comment "libdrm intel driver depends on X.org"
	depends on BR2_i386 || BR2_x86_64
	depends on !BR2_PACKAGE_XORG7

config BR2_PACKAGE_LIBDRM_RADEON
	bool "radeon"
	help
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ LIBDRM_CONF_OPTS = \

ifeq ($(BR2_PACKAGE_LIBDRM_INTEL),y)
LIBDRM_CONF_OPTS += --enable-intel
LIBDRM_DEPENDENCIES += libatomic_ops xlib_libpciaccess
LIBDRM_DEPENDENCIES += libatomic_ops libpciaccess
else
LIBDRM_CONF_OPTS += --disable-intel
endif
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_XLIB_LIBPCIACCESS
config BR2_PACKAGE_LIBPCIACCESS
	bool "libpciaccess"
	depends on BR2_LARGEFILE
	help
Loading