]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/mesa3d: also implements the EGL wayland extensions
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 23 Aug 2016 16:26:33 +0000 (18:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Aug 2016 20:00:46 +0000 (22:00 +0200)
mesa3d implements the EGL extensions for wayland. State so.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mesa3d/Config.in

index 45ca69c4fc0df587b9157717f41e09897065ceea..6f60ee1b34718c38f264349a5300d8c92e8d197a 100644 (file)
@@ -150,6 +150,7 @@ comment "Additional API Support"
 config BR2_PACKAGE_MESA3D_OPENGL_EGL
        bool "OpenGL EGL"
        select BR2_PACKAGE_HAS_LIBEGL
+       select BR2_PACKAGE_HAS_LIBEGL_WAYLAND
        help
          Use the Khronos EGL APIs. EGL is a window manager for OpenGL applications
          similar to GLX, for X, and WGL, for Windows.