From 4e85373453a44d8faae69fc87f30c8dc5c26720b Mon Sep 17 00:00:00 2001 From: Philippe Coval <philippe.coval.ext@huawei.com> Date: Tue, 5 Jul 2022 16:13:56 +0200 Subject: [PATCH] r-g/t/ivi-homescreen: Support without gstreamer Relate-to: https://gitlab.eclipse.org/pcoval/meta-oniro-blueprint-flutter/-/issues/10 Relate-to: https://github.com/meta-flutter/meta-flutter/pull/126 Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com> --- recipes-graphics/toyota/ivi-homescreen-%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-graphics/toyota/ivi-homescreen-%.bbappend diff --git a/recipes-graphics/toyota/ivi-homescreen-%.bbappend b/recipes-graphics/toyota/ivi-homescreen-%.bbappend new file mode 100644 index 0000000..f86a294 --- /dev/null +++ b/recipes-graphics/toyota/ivi-homescreen-%.bbappend @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + +# TODO: https://github.com/meta-flutter/meta-flutter/pull/126 +# BUILD_PLUGIN_GSTREAMER_EGL=OFF should be defined too for wayland +PACKAGECONFIG[gstreamer] = "-DBUILD_PLUGIN_GSTREAMER=ON, -DBUILD_PLUGIN_GSTREAMER=OFF -DBUILD_PLUGIN_GSTREAMER_EGL=OFF, gstreamer1.0 gstreamer1.0-plugins-base ffmpeg" + -- GitLab