summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-10-13 15:42:01 +0300
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-10-14 15:33:13 +0300
commit5132a008da0e6d211bb582482a8375323d0f66b0 (patch)
tree9c816962260caf217b4bc5fc32514d866b8373c1
parentf7458f3ea4941360a5f1cbcf50dfb1903014bd7b (diff)
downloadmeta-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.bbappend2
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
29EXTRA_OECONF_class-nativesdk = "--disable-documentation --enable-scanner" 29EXTRA_OECONF_class-nativesdk = "--disable-documentation --enable-scanner"
30DEPENDS_class-nativesdk = "wayland-native" 30DEPENDS_class-nativesdk = "libffi-nativesdk wayland-native"
31 31
32BBCLASSEXTEND = "native nativesdk" 32BBCLASSEXTEND = "native nativesdk"