From: Yann E. MORIN Date: Thu, 17 Apr 2014 16:04:18 +0000 (+0200) Subject: package/mesa3d: add comment for when OpenGL EGL is not available X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dcec14b7f4c40b54dd19af3985fe65572c0291b1;p=buildroot.git package/mesa3d: add comment for when OpenGL EGL is not available OpenGL EGL needs udev support, so add a comment stating so. Also, reword the OpenGL EGL prompt to be in the same format as the OpenGL ES prompt (and like the full OpenGL prompt that will shortly be added, too.) Signed-off-by: "Yann E. MORIN" Cc: Paul Cercueil Cc: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index 3a2766b81a..bd7a8539fa 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -92,8 +92,11 @@ if BR2_PACKAGE_MESA3D_DRIVER comment "Additional API Support" +comment "OpenGL EGL needs udev /dev management" + depends on !BR2_PACKAGE_HAS_UDEV + config BR2_PACKAGE_MESA3D_OPENGL_EGL - bool "EGL" + bool "OpenGL EGL" depends on BR2_PACKAGE_HAS_UDEV select BR2_PACKAGE_HAS_LIBEGL help