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