14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NOUVEAU
|
|
bool "xf86-video-nouveau"
|
|
depends on BR2_PACKAGE_HAS_LIBGL
|
|
select BR2_PACKAGE_LIBDRM
|
|
select BR2_PACKAGE_LIBDRM_NOUVEAU
|
|
select BR2_PACKAGE_XORGPROTO
|
|
help
|
|
Nouveau video driver
|
|
|
|
http://nouveau.freedesktop.org
|
|
|
|
comment "xf86-video-nouveau needs an OpenGL backend"
|
|
depends on !BR2_PACKAGE_HAS_LIBGL
|