summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-10-17 13:57:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 17:42:27 +0100
commit3622d27b84a42a76b064bfebd8fe22ef920a936b (patch)
treec6aae5919d105846f32245f337c03982a3832a7e
parentd7b24328bf46fe19c5fed0b66ca8d93b0c1e2803 (diff)
downloadpoky-3622d27b84a42a76b064bfebd8fe22ef920a936b.tar.gz
webkitgtk: add gperf-native to DEPENDS to fix build
| Could NOT find Gperf (missing: GPERF_EXECUTABLE) (Required is at least | version "3.0.1") (From OE-Core rev: 840c5b442d4b27a3791ced63565bf757de1d95ca) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.34.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.34.0.bb b/meta/recipes-sato/webkit/webkitgtk_2.34.0.bb
index e54cbbacf9..906683041d 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.34.0.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.34.0.bb
@@ -33,6 +33,7 @@ CVE_PRODUCT = "webkitgtk webkitgtk\+"
33 33
34DEPENDS = " \ 34DEPENDS = " \
35 ruby-native \ 35 ruby-native \
36 gperf-native \
36 cairo \ 37 cairo \
37 harfbuzz \ 38 harfbuzz \
38 jpeg \ 39 jpeg \