xref: /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-nouveau/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NOUVEAU
2	bool "xf86-video-nouveau"
3	depends on BR2_PACKAGE_HAS_LIBGL
4	select BR2_PACKAGE_LIBDRM
5	select BR2_PACKAGE_LIBDRM_NOUVEAU
6	select BR2_PACKAGE_XORGPROTO
7	help
8	  Nouveau video driver
9
10	  http://nouveau.freedesktop.org
11
12comment "xf86-video-nouveau needs an OpenGL backend"
13	depends on !BR2_PACKAGE_HAS_LIBGL
14