xref: /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-openchrome/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME
2	bool "xf86-video-openchrome"
3	depends on BR2_PACKAGE_HAS_LIBGL
4	select BR2_PACKAGE_LIBDRM
5	select BR2_PACKAGE_XLIB_LIBX11
6	select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
7	select BR2_PACKAGE_XLIB_LIBXVMC
8	select BR2_PACKAGE_XORGPROTO
9	help
10	  Openchrome, A free and Open Source video driver for the
11	  VIA/S3G UniChrome and UniChrome Pro graphics chipsets.
12
13	  https://www.freedesktop.org/wiki/Openchrome/
14
15comment "xf86-video-openchrome needs an OpenGL backend"
16	depends on !BR2_PACKAGE_HAS_LIBGL
17