summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.12.5.bb')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.12.5.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb
index 57ac35f372..bb57239c1d 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb
@@ -19,11 +19,12 @@ SRC_URI = "\
19 file://musl-fixes.patch \ 19 file://musl-fixes.patch \
20 file://ppc-musl-fix.patch \ 20 file://ppc-musl-fix.patch \
21 file://0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch \ 21 file://0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch \
22 file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \
22 " 23 "
23SRC_URI[md5sum] = "7a9ea00ec195488db90fdeb2d174ddaf" 24SRC_URI[md5sum] = "7a9ea00ec195488db90fdeb2d174ddaf"
24SRC_URI[sha256sum] = "6b147854b864a5f115fadb97b2b6200b2f696db015216a34e7298d11c88b1c40" 25SRC_URI[sha256sum] = "6b147854b864a5f115fadb97b2b6200b2f696db015216a34e7298d11c88b1c40"
25 26
26inherit cmake lib_package pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even 27inherit cmake lib_package pkgconfig gobject-introspection perlnative distro_features_check upstream-version-is-even gtk-doc
27 28
28# We cannot inherit pythonnative because that would conflict with inheriting python3native 29# We cannot inherit pythonnative because that would conflict with inheriting python3native
29# (which is done by gobject-introspection). But webkit only needs the path to native Python 2.x binary 30# (which is done by gobject-introspection). But webkit only needs the path to native Python 2.x binary
@@ -60,7 +61,7 @@ EXTRA_OECMAKE = " \
60 -DPORT=GTK \ 61 -DPORT=GTK \
61 -DCMAKE_BUILD_TYPE=Release \ 62 -DCMAKE_BUILD_TYPE=Release \
62 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_INTROSPECTION=ON', '-DENABLE_INTROSPECTION=OFF', d)} \ 63 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_INTROSPECTION=ON', '-DENABLE_INTROSPECTION=OFF', d)} \
63 -DENABLE_GTKDOC=OFF \ 64 ${@bb.utils.contains('GTKDOC_ENABLED', 'True', '-DENABLE_GTKDOC=ON', '-DENABLE_GTKDOC=OFF', d)} \
64 -DENABLE_MINIBROWSER=ON \ 65 -DENABLE_MINIBROWSER=ON \
65 " 66 "
66 67