b35acfffbd
[Peter: adjust intel/ati drivers to match] Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL
|
|
bool "xf86-video-intel"
|
|
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
|
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
|
select BR2_PACKAGE_XPROTO_XPROTO
|
|
select BR2_PACKAGE_XLIB_LIBPCIACCESS
|
|
select BR2_PACKAGE_LIBDRM
|
|
select BR2_PACKAGE_LIBDRM_INTEL
|
|
select BR2_PACKAGE_MESA3D
|
|
depends on (BR2_i386 || BR2_x86_64)
|
|
help
|
|
Intel video driver
|