From 55e19bceaf333ee4810a047d726d42a30f50320c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 22 Oct 2015 21:13:07 +0200 Subject: efl: add wayland-packageconfig to defaults if wayland is in distro features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit At least meta-fsl-arm supports either x11 or wayland - not both at the same time - for their gpu blobs. Selecting x11 only does not build wayland-egl and efl's configuration fails with: | checking whether to enable Wayland Egl rendering backend... yes | configure: error: Wayland Egl dependencies not found | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/efl/efl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-efl/recipes-efl') diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index 3cbd04b36..945ca6b01 100644 --- a/meta-efl/recipes-efl/efl/efl.inc +++ b/meta-efl/recipes-efl/efl/efl.inc @@ -51,7 +51,7 @@ EXTRA_OECONF_append_class-native = " \ --disable-image-loader-dds \ " -PACKAGECONFIG ?= "wayland egl opengl-es gstreamer1 pulseaudio luajit" +PACKAGECONFIG ?= "egl opengl-es gstreamer1 pulseaudio luajit ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" PACKAGECONFIG_class-native = "luajit" PACKAGECONFIG[wayland] = "--enable-wayland --enable-wayland-ivi-shell,--disable-wayland --disable-wayland-ivi-shell,wayland" -- cgit v1.2.3-54-g00ecf