ad30e6d5a3
- enable sna module by default - optionally enable uxa module if DRI2 support is enabled - add support for DRI3 - dependencies for DRI1/2/3 modules are provided by xserver_xorg-server, therefore remove mesa3d dependency - clean-up ums/kms options, configure picks sane defaults - replace dependencies xproto_randrproto & xproto_renderproto with xlib_libXrandr Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
339 B
Plaintext
12 lines
339 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_XLIB_LIBPCIACCESS
|
|
select BR2_PACKAGE_LIBDRM
|
|
select BR2_PACKAGE_LIBDRM_INTEL
|
|
select BR2_PACKAGE_XLIB_LIBXRANDR
|
|
help
|
|
Intel video driver
|