summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_1.11.0.bbappend
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-08-25 11:04:43 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-08-31 05:08:03 +0000
commit822f68be2dc5b79dfad77eda3f4b0245778036ac (patch)
treedf00ee89f139aa8cbf5154534c6bca19ee5c0203 /recipes-graphics/wayland/weston_1.11.0.bbappend
parent835977411439ffd3745abaeb23354e1ed590a0b2 (diff)
Fix dependency issue of weston for m3ulcb
There is missing dependency to gstreamer for weston on which the gst-recorder pathces applied. This sometimes caused error while configuration to build. Bug-AGL: SPEC-788 Change-Id: I602185e95e8085ceccfb3259534b88a72fcfc5bf Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-graphics/wayland/weston_1.11.0.bbappend')
-rw-r--r--recipes-graphics/wayland/weston_1.11.0.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_1.11.0.bbappend b/recipes-graphics/wayland/weston_1.11.0.bbappend
index df792495..c6979e08 100644
--- a/recipes-graphics/wayland/weston_1.11.0.bbappend
+++ b/recipes-graphics/wayland/weston_1.11.0.bbappend
@@ -7,3 +7,5 @@ SRC_URI_append_m3ulcb = " \
file://0004-gst-record-Specify-bytesused-and-length-of-VSP-input.patch \
file://0005-gst-record-switch-to-gettime-function-to-CLOCK_MONOT.patch \
"
+
+DEPENDS_append_m3ulcb = " gstreamer1.0-plugins-base"