* [PATCH] weston: Add missing DEPENDS on wayland-native
@ 2016-01-24 10:49 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-01-24 10:49 UTC (permalink / raw)
To: openembedded-core
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>
diff --git a/meta/recipes-graphics/wayland/weston_1.9.0.bb b/meta/recipes-graphics/wayland/weston_1.9.0.bb
index e14ea9d..16a788d 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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-24 10:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-24 10:49 [PATCH] weston: Add missing DEPENDS on wayland-native Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox