diff mbox

[2/2] package/efl: enable Wayland support if selectable

Message ID 20161230162250.2735-2-romain.naour@gmail.com
State Superseded
Headers show

Commit Message

Romain Naour Dec. 30, 2016, 4:22 p.m. UTC
If all the dependencies are available to select the efl wayland
support, enable it by default.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/efl/Config.in | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/package/efl/Config.in b/package/efl/Config.in
index f6ec579..39a6303 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -162,6 +162,7 @@  config BR2_PACKAGE_EFL_WAYLAND
 	depends on BR2_PACKAGE_MESA3D_OPENGL_EGL # Evas DRM Engine
 	depends on BR2_PACKAGE_EFL_OPENGLES # OpenGL ES with EGL support only
 	select BR2_PACKAGE_EFL_DRM
+	default y
 
 comment "Wayland support needs OpenGL ES w/ EGL, threads"
 	depends on BR2_PACKAGE_WAYLAND