xref: /OK3568_Linux_fs/buildroot/package/x11r7/xapp_xdriinfo/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_XAPP_XDRIINFO
2	bool "xdriinfo"
3	depends on BR2_PACKAGE_HAS_LIBGL
4	select BR2_PACKAGE_XLIB_LIBX11
5	select BR2_PACKAGE_XORGPROTO
6	help
7	  query configuration information of DRI drivers
8
9comment "xdriinfo needs an OpenGL backend"
10	depends on !BR2_PACKAGE_HAS_LIBGL
11