diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-04-17 18:04:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-17 23:01:06 +0200 |
commit | e49a0c656a1a27b80bca730f40101f6ff37d42af (patch) | |
tree | 7795b40bf36896fb4c05159d6e18b181748ea58a | |
parent | b12f0a059071d60d020b9fc259e8fd3d20b46f96 (diff) | |
download | buildroot-e49a0c656a1a27b80bca730f40101f6ff37d42af.tar.gz buildroot-e49a0c656a1a27b80bca730f40101f6ff37d42af.zip |
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>
-rw-r--r-- | package/x11r7/xapp_xdriinfo/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
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 |