diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 10:49:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 10:55:35 +0000 |
commit | bf6372fc361e7588e95f682103332d7a7159c851 (patch) | |
tree | f39df095bb91e26b3e694be66f683cf0f4be8d12 | |
parent | e2403bc637e2967a028718058f987cc8841a6edc (diff) | |
download | openembedded-core-bf6372fc361e7588e95f682103332d7a7159c851.tar.gz openembedded-core-bf6372fc361e7588e95f682103332d7a7159c851.tar.bz2 openembedded-core-bf6372fc361e7588e95f682103332d7a7159c851.zip |
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
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/weston_1.9.0.bb | 2 |
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 REQUIRED_DISTRO_FEATURES = "opengl" DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg" -DEPENDS += "wayland libinput virtual/egl pango" +DEPENDS += "wayland libinput virtual/egl pango wayland-native" EXTRA_OECONF = "--enable-setuid-install \ --enable-simple-clients \ |