summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-05-10 19:30:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 11:43:58 +0100
commit12d02d58e76d055144550b2bf487789e077dec15 (patch)
treedd07f26da8587531cdfee3f7a743f33dd2026ce4 /meta/recipes-sato/webkit
parent3a0a27f5af71f37c100a07dfe439fee8b462b668 (diff)
downloadpoky-12d02d58e76d055144550b2bf487789e077dec15.tar.gz
recipes-sato: add x11 to REQUIRED_DISTRO_FEATURES
They can't be built withou x11 in DISTRO_FEATURES. (From OE-Core rev: fa1d9b518708103b0b2e259aa78f8dd694cfc0d6) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb5
1 files changed, 4 insertions, 1 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 3f19c2d204..334870292e 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -17,6 +17,9 @@ DEPENDS = "zlib enchant libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnut
17 gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3 ${ICU_LIB}" 17 gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3 ${ICU_LIB}"
18DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" 18DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}"
19 19
20# The libxt requires x11 in DISTRO_FEATURES
21REQUIRED_DISTRO_FEATURES = "x11"
22
20SRC_URI = "\ 23SRC_URI = "\
21 http://www.webkitgtk.org/releases/webkit-${PV}.tar.xz \ 24 http://www.webkitgtk.org/releases/webkit-${PV}.tar.xz \
22 file://nodolt.patch \ 25 file://nodolt.patch \
@@ -35,7 +38,7 @@ SRC_URI[sha256sum] = "ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a7
35# webkit-gtk can NOT be built on MIPS64 with n32 ABI 38# webkit-gtk can NOT be built on MIPS64 with n32 ABI
36COMPATIBLE_HOST_mips64n32 = "null" 39COMPATIBLE_HOST_mips64n32 = "null"
37 40
38inherit autotools lib_package gtk-doc pkgconfig 41inherit autotools lib_package gtk-doc pkgconfig distro_features_check
39 42
40S = "${WORKDIR}/webkit-${PV}/" 43S = "${WORKDIR}/webkit-${PV}/"
41 44