diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_svn.bb | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb index 9381486e20..716afceda2 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb | |||
@@ -7,10 +7,13 @@ LIC_FILES_CHKSUM = "file://Source/WebCore/rendering/RenderApplet.h;endline=22;md | |||
7 | file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \ | 7 | file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \ |
8 | file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=2f3cff0ad0a9c486da5a376928973a90" | 8 | file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=2f3cff0ad0a9c486da5a376928973a90" |
9 | 9 | ||
10 | DEPENDS = "zlib enchant gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn gnutls gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3" | 10 | # Choice of language backends - icu has issues on Big Endian machines so use pango |
11 | ICU_LIB = "icu" | ||
12 | ICU_LIB_powerpc = "pango" | ||
13 | |||
14 | DEPENDS = "zlib enchant gnome-keyring libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \ | ||
15 | gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3 ${ICU_LIB}" | ||
11 | DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" | 16 | DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" |
12 | DEPENDS_darwin8 = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer flex-native gperf-native perl-native-runtime sqlite3" | ||
13 | DEPENDS_append_qemuppc += "pango" | ||
14 | 17 | ||
15 | SRCREV_FORMAT = "source" | 18 | SRCREV_FORMAT = "source" |
16 | 19 | ||
@@ -48,10 +51,10 @@ EXTRA_OECONF = "\ | |||
48 | UNICODE_CFLAGS=-D_REENTRANT \ | 51 | UNICODE_CFLAGS=-D_REENTRANT \ |
49 | " | 52 | " |
50 | 53 | ||
51 | #default unicode backend icu breaks in cross-compile when target and host owns different endian type | 54 | #default unicode backend icu breaks in cross-compile when target and host are different endian type |
52 | EXTRA_OECONF_append_qemuppc += "--with-unicode-backend=glib" | 55 | EXTRA_OECONF_append_powerpc += "--with-unicode-backend=glib" |
53 | 56 | ||
54 | CPPFLAGS_append_qemuppc += "-I${STAGING_INCDIR}/pango-1.0 \ | 57 | CPPFLAGS_append_powerpc += "-I${STAGING_INCDIR}/pango-1.0 \ |
55 | -I${STAGING_LIBDIR}/glib-2.0/include \ | 58 | -I${STAGING_LIBDIR}/glib-2.0/include \ |
56 | -I${STAGING_INCDIR}/glib-2.0" | 59 | -I${STAGING_INCDIR}/glib-2.0" |
57 | 60 | ||