diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-01 23:05:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-02 23:07:27 +0100 |
commit | 1f19083eb8453d794c9532b9252d1ab2d330ec6e (patch) | |
tree | 4e50994cbc5ee446b0ecebc977104a4a178ba41e /meta/recipes-graphics | |
parent | 7aeeaf287169d4d7de5349626caa93a3941c2c35 (diff) | |
download | openembedded-core-1f19083eb8453d794c9532b9252d1ab2d330ec6e.tar.gz openembedded-core-1f19083eb8453d794c9532b9252d1ab2d330ec6e.tar.bz2 openembedded-core-1f19083eb8453d794c9532b9252d1ab2d330ec6e.zip |
wayland: enable nativesdk builds
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.8.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.8.1.bb b/meta/recipes-graphics/wayland/wayland_1.8.1.bb index ac631af1fb..0f9a0aa02e 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" |