From dd07a36962c78103f9d183b369b466efef30888a Mon Sep 17 00:00:00 2001 From: Harunobu Kurokawa Date: Mon, 10 Jun 2019 16:23:24 +0900 Subject: gst-record: switch to remote plugin from old style gst-record weston 6.0.0 has already merged remoting plugin feature. This commit enable to add remoting plugin library. To activate remoting output and transfer it, user should add "remote-output" configuration in weston.ini. Bug-AGL : SPEC-2420 Change-Id: Ieeb3760ece5c6a1d19f9a08ee7f0ed973cc433ec Signed-off-by: Harunobu Kurokawa --- .../recipes-graphics/wayland/weston_6.0.0.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_6.0.0.bbappend (limited to 'meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_6.0.0.bbappend') diff --git a/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_6.0.0.bbappend b/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_6.0.0.bbappend new file mode 100644 index 00000000..7e7d9942 --- /dev/null +++ b/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_6.0.0.bbappend @@ -0,0 +1,11 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +DEPENDS_append = " gstreamer1.0-plugins-base" + +PACKAGECONFIG_append = " remoting" + +PACKAGECONFIG[remoting] = " --enable-remoting" + +SRC_URI_append = " \ + file://0001-remoting-Fix-remoting-gbm-dependency.patch \ +" -- cgit 1.2.3-korg