From a45baaeac41ef0975315aa10a13cd3dc1d0c531f Mon Sep 17 00:00:00 2001 From: Yannick Gicquel Date: Wed, 21 Dec 2016 16:48:48 +0100 Subject: weston: fix missing dependencies This commit fix missing dependencies. Please refer to following: https://jira.automotivelinux.org/browse/SPEC-373 Bug-AGL: SPEC-373 Change-Id: I0e7e616ee2392e2ddc7aabc55379533c6ae5682d Signed-off-by: Yannick Gicquel Signed-off-by: Jan-Simon Moeller --- meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-rcar-gen2/recipes-graphics/wayland') diff --git a/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend b/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend index db4ec27..33efb49 100644 --- a/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend +++ b/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend @@ -1,5 +1,5 @@ EXTRA_OECONF += "--enable-gst-recorder " -DEPENDS += "media-ctl" +DEPENDS += "media-ctl gstreamer1.0 gstreamer1.0-plugins-base libjpeg-turbo" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" @@ -8,4 +8,4 @@ SRC_URI_append = " \ file://0002-Get-DMA-fd-on-bo.patch \ file://0003-Add-gst-recorder-for-h264-output-streaming.patch \ file://weston.service \ -" \ No newline at end of file +" -- cgit 1.2.3-korg