bfd87877fe
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>
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL
|
|
bool "xf86-video-intel"
|
|
depends on (BR2_i386 || BR2_x86_64)
|
|
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
|
select BR2_PACKAGE_XPROTO_XPROTO
|
|
select BR2_PACKAGE_LIBPCIACCESS
|
|
select BR2_PACKAGE_LIBDRM
|
|
select BR2_PACKAGE_LIBDRM_INTEL
|
|
select BR2_PACKAGE_XLIB_LIBXRANDR
|
|
help
|
|
Intel video driver
|