summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 10:49:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 10:55:50 +0000
commita304b820b87ad4ba90a3e121cf864c445fee710c (patch)
tree32d2cb2a26215cc4a7f83ed488d588cc033116e6 /meta/recipes-graphics
parent4a5458f38f7a4d932c2d56f38b99b3f3ed1d0da8 (diff)
downloadpoky-a304b820b87ad4ba90a3e121cf864c445fee710c.tar.gz
weston: Add missing DEPENDS on wayland-native
Weston needs wayland-scanner which comes from wayland-native. Add the missing dependency to avoid build failures from: bitbake wayland; bitbake wayland-native:do_clean weston:do_cleansstate; bitbake weston (From OE-Core rev: bf6372fc361e7588e95f682103332d7a7159c851) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/wayland/weston_1.9.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.9.0.bb b/meta/recipes-graphics/wayland/weston_1.9.0.bb
index e14ea9d701..16a788d2a3 100644
--- a/meta/recipes-graphics/wayland/weston_1.9.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.9.0.bb
@@ -22,7 +22,7 @@ inherit autotools pkgconfig useradd distro_features_check
22REQUIRED_DISTRO_FEATURES = "opengl" 22REQUIRED_DISTRO_FEATURES = "opengl"
23 23
24DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg" 24DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg"
25DEPENDS += "wayland libinput virtual/egl pango" 25DEPENDS += "wayland libinput virtual/egl pango wayland-native"
26 26
27EXTRA_OECONF = "--enable-setuid-install \ 27EXTRA_OECONF = "--enable-setuid-install \
28 --enable-simple-clients \ 28 --enable-simple-clients \