xapp_xdriinfo: depends on the virtual package libgl
authorBernd Kuhls <bernd.kuhls@t-online.de>
Thu, 17 Apr 2014 16:04:26 +0000 (18:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Apr 2014 21:01:06 +0000 (23:01 +0200)
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>
package/x11r7/xapp_xdriinfo/Config.in

index 970bff57191e8c7294d26eb5abda605bff53b0aa..36dc5770e9d0946f7d872f1a9e91e8ab886f0310 100644 (file)
@@ -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