1 config BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME
2 bool "xf86-video-openchrome"
3 depends on BR2_PACKAGE_MESA3D_DRI_DRIVER
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_XPROTO_GLPROTO
9 select BR2_PACKAGE_XPROTO_RANDRPROTO
10 select BR2_PACKAGE_XPROTO_RENDERPROTO
11 select BR2_PACKAGE_XPROTO_XEXTPROTO
12 select BR2_PACKAGE_XPROTO_XF86DRIPROTO
13 select BR2_PACKAGE_XPROTO_XPROTO
15 Openchrome, A free and Open Source video driver for the VIA/S3G
16 UniChrome and UniChrome Pro graphics chipsets.
18 https://www.freedesktop.org/wiki/Openchrome/
20 comment "xf86-video-openchrome needs a DRI driver from mesa3d"
21 depends on !BR2_PACKAGE_MESA3D_DRI_DRIVER