diff options
author | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-12-21 16:48:48 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-21 16:10:23 +0000 |
commit | a45baaeac41ef0975315aa10a13cd3dc1d0c531f (patch) | |
tree | 052ad06a46279e3ce857ab9ed04023585f664c0a | |
parent | d21c6598eff91f6ff739e340f708b13a566f9b57 (diff) |
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 <yannick.gicquel@iot.bzh>
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
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 +" |