summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb
index 229273f48b..dd43811780 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb
@@ -47,9 +47,9 @@ EXTRA_OECONF = "\
47 " 47 "
48 48
49#default unicode backend icu breaks in cross-compile when target and host are different endian type 49#default unicode backend icu breaks in cross-compile when target and host are different endian type
50EXTRA_OECONF_append_powerpc += "--with-unicode-backend=glib" 50EXTRA_OECONF_append_powerpc = " --with-unicode-backend=glib"
51 51
52CPPFLAGS_append_powerpc += "-I${STAGING_INCDIR}/pango-1.0 \ 52CPPFLAGS_append_powerpc = " -I${STAGING_INCDIR}/pango-1.0 \
53 -I${STAGING_LIBDIR}/glib-2.0/include \ 53 -I${STAGING_LIBDIR}/glib-2.0/include \
54 -I${STAGING_INCDIR}/glib-2.0" 54 -I${STAGING_INCDIR}/glib-2.0"
55 55