From e49a0c656a1a27b80bca730f40101f6ff37d42af Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 17 Apr 2014 18:04:26 +0200 Subject: [PATCH] xapp_xdriinfo: depends on the virtual package libgl Fixes http://autobuild.buildroot.net/results/90a/90a8226a8a2978eb13d02645cb9e3d95d9b95757/ Signed-off-by: Bernd Kuhls [yann.morin.1998@free.fr: fix comment, trim the commit log from unneeded info] Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/x11r7/xapp_xdriinfo/Config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/x11r7/xapp_xdriinfo/Config.in b/package/x11r7/xapp_xdriinfo/Config.in index 970bff5719..36dc5770e9 100644 --- a/package/x11r7/xapp_xdriinfo/Config.in +++ b/package/x11r7/xapp_xdriinfo/Config.in @@ -2,6 +2,9 @@ config BR2_PACKAGE_XAPP_XDRIINFO bool "xdriinfo" select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XPROTO_GLPROTO - depends on BR2_PACKAGE_MESA3D + depends on BR2_PACKAGE_HAS_LIBGL help query configuration information of DRI drivers + +comment "xdriinfo needs an OpenGL backend" + depends on !BR2_PACKAGE_HAS_LIBGL