1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

wayland: enable nativesdk builds

(From OE-Core rev: 1f19083eb8453d794c9532b9252d1ab2d330ec6e)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2015-07-01 23:05:18 +01:00
committed by Richard Purdie
parent df7386e7df
commit df61141f76
@@ -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"