2007-08-10 21:07:51 +02:00
|
|
|
config BR2_PACKAGE_XAPP_XDRIINFO
|
|
|
|
bool "xdriinfo"
|
|
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
|
|
select BR2_PACKAGE_XPROTO_GLPROTO
|
2014-04-17 18:04:26 +02:00
|
|
|
depends on BR2_PACKAGE_HAS_LIBGL
|
2007-08-10 21:07:51 +02:00
|
|
|
help
|
|
|
|
query configuration information of DRI drivers
|
2014-04-17 18:04:26 +02:00
|
|
|
|
|
|
|
comment "xdriinfo needs an OpenGL backend"
|
|
|
|
depends on !BR2_PACKAGE_HAS_LIBGL
|