summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
index 920e1a0a76..15c73cfca8 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -50,6 +50,8 @@ EXTRA_OECONF = "\
50 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '--enable-webgl', '--disable-webgl', d)} \ 50 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '--enable-webgl', '--disable-webgl', d)} \
51 UNICODE_CFLAGS=-D_REENTRANT \ 51 UNICODE_CFLAGS=-D_REENTRANT \
52 " 52 "
53EXTRA_OECONF_append_armv5 = " --disable-jit"
54EXTRA_OECONF_append_armv6 = " --disable-jit"
53 55
54#default unicode backend icu breaks in cross-compile when target and host are different endian type 56#default unicode backend icu breaks in cross-compile when target and host are different endian type
55EXTRA_OECONF_append_powerpc = " --with-unicode-backend=glib" 57EXTRA_OECONF_append_powerpc = " --with-unicode-backend=glib"