summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-07-01 23:05:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-02 23:08:41 +0100
commitdf61141f769ac6283b21b00fb19586a2ec993ea6 (patch)
tree3d50f697abc3c163614bcfc117b45c1da83a7741 /meta/recipes-graphics/wayland
parentdf7386e7df456d1b44f2a089f11db2673bfdfa66 (diff)
downloadpoky-df61141f769ac6283b21b00fb19586a2ec993ea6.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r--meta/recipes-graphics/wayland/wayland_1.8.1.bb3
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"
22 22
23inherit autotools pkgconfig 23inherit autotools pkgconfig
24 24
25# We need wayland-native for the wayland-scanner utility 25BBCLASSEXTEND = "native nativesdk"
26BBCLASSEXTEND = "native"
27 26
28DEPENDS = "expat libffi wayland-native" 27DEPENDS = "expat libffi wayland-native"
29 28