From: Ross Burton Date: Wed, 1 Jul 2015 22:05:18 +0000 (+0100) Subject: wayland: enable nativesdk builds X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29877 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f19083eb8453d794c9532b9252d1ab2d330ec6e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wayland: enable nativesdk builds Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/wayland/wayland_1.8.1.bb b/meta/recipes-graphics/wayland/wayland_1.8.1.bb index ac631af1fb9..0f9a0aa02e3 100644 --- a/meta/recipes-graphics/wayland/wayland_1.8.1.bb +++ b/meta/recipes-graphics/wayland/wayland_1.8.1.bb @@ -22,8 +22,7 @@ EXTRA_OECONF_class-native = "--disable-documentation" inherit autotools pkgconfig -# We need wayland-native for the wayland-scanner utility -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" DEPENDS = "expat libffi wayland-native"