diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2014-10-13 15:42:01 +0300 |
---|---|---|
committer | Laszlo Agocs <laszlo.agocs@digia.com> | 2014-10-14 15:33:13 +0300 |
commit | 5132a008da0e6d211bb582482a8375323d0f66b0 (patch) | |
tree | 9c816962260caf217b4bc5fc32514d866b8373c1 | |
parent | f7458f3ea4941360a5f1cbcf50dfb1903014bd7b (diff) | |
download | meta-boot2qt-5132a008da0e6d211bb582482a8375323d0f66b0.tar.gz |
wayland: add missing dependency for the nativesdk build
Configure checks for libffi in nativesdk build as well.
Change-Id: I77e0d083dad29ea5436527b556c0d5cfadb74ef3
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
-rw-r--r-- | recipes/wayland/wayland_1.4.0.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wayland/wayland_1.4.0.bbappend b/recipes/wayland/wayland_1.4.0.bbappend index ed064bc..1c67f60 100644 --- a/recipes/wayland/wayland_1.4.0.bbappend +++ b/recipes/wayland/wayland_1.4.0.bbappend | |||
@@ -27,6 +27,6 @@ SRC_URI_append_class-nativesdk = " file://just-scanner.patch \ | |||
27 | " | 27 | " |
28 | 28 | ||
29 | EXTRA_OECONF_class-nativesdk = "--disable-documentation --enable-scanner" | 29 | EXTRA_OECONF_class-nativesdk = "--disable-documentation --enable-scanner" |
30 | DEPENDS_class-nativesdk = "wayland-native" | 30 | DEPENDS_class-nativesdk = "libffi-nativesdk wayland-native" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |