summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-04-17 18:04:18 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-17 22:56:50 +0200
commitdcec14b7f4c40b54dd19af3985fe65572c0291b1 (patch)
tree1db5e75999826f1636444881aba20d122c1bccfd
parentc65d7e55a6a9a02f39976fb06e400eb3aefde160 (diff)
downloadbuildroot-dcec14b7f4c40b54dd19af3985fe65572c0291b1.tar.gz
buildroot-dcec14b7f4c40b54dd19af3985fe65572c0291b1.zip
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" <yann.morin.1998@free.fr> Cc: Paul Cercueil <paul@crapouillou.net> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/mesa3d/Config.in5
1 files changed, 4 insertions, 1 deletions
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
OpenPOWER on IntegriCloud