xapp_xdriinfo: depends on the virtual package libgl
Fixes http://autobuild.buildroot.net/results/90a/90a8226a8a2978eb13d02645cb9e3d95d9b95757/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [yann.morin.1998@free.fr: fix comment, trim the commit log from unneeded info] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b12f0a0590
commit
e49a0c656a
@ -2,6 +2,9 @@ config BR2_PACKAGE_XAPP_XDRIINFO
|
|||||||
bool "xdriinfo"
|
bool "xdriinfo"
|
||||||
select BR2_PACKAGE_XLIB_LIBX11
|
select BR2_PACKAGE_XLIB_LIBX11
|
||||||
select BR2_PACKAGE_XPROTO_GLPROTO
|
select BR2_PACKAGE_XPROTO_GLPROTO
|
||||||
depends on BR2_PACKAGE_MESA3D
|
depends on BR2_PACKAGE_HAS_LIBGL
|
||||||
help
|
help
|
||||||
query configuration information of DRI drivers
|
query configuration information of DRI drivers
|
||||||
|
|
||||||
|
comment "xdriinfo needs an OpenGL backend"
|
||||||
|
depends on !BR2_PACKAGE_HAS_LIBGL
|
||||||
|
Loading…
Reference in New Issue
Block a user