summaryrefslogtreecommitdiffstats
path: root/package/mesa3d/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/mesa3d/Config.in')
-rw-r--r--package/mesa3d/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 8f2b649fff..54aca4b562 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -92,7 +92,7 @@ depends on BR2_PACKAGE_MESA3D_DRIVER
config BR2_PACKAGE_MESA3D_OPENGL_EGL
bool "EGL"
depends on BR2_PACKAGE_HAS_UDEV
- select BR2_PACKAGE_HAS_OPENGL_EGL
+ select BR2_PACKAGE_HAS_LIBEGL
help
Use the Khronos EGL APIs. EGL is a window manager for OpenGL applications
similar to GLX, for X, and WGL, for Windows.
@@ -106,7 +106,7 @@ config BR2_PACKAGE_MESA3D_OPENGL_ES
endmenu
-config BR2_PACKAGE_PROVIDES_OPENGL_EGL
+config BR2_PACKAGE_PROVIDES_LIBEGL
default "mesa3d" if BR2_PACKAGE_MESA3D_OPENGL_EGL
config BR2_PACKAGE_PROVIDES_LIBGLES
OpenPOWER on IntegriCloud