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