From 8f9deb1d7b290228a2a0cfd224f478c83735bcc1 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 26 Feb 2026 14:09:47 +0700 Subject: [PATCH] Fix webkit missing gperf --- recipes/wip/libs/other/webkitgtk3/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/libs/other/webkitgtk3/recipe.toml b/recipes/wip/libs/other/webkitgtk3/recipe.toml index 7287e8e6..62002806 100644 --- a/recipes/wip/libs/other/webkitgtk3/recipe.toml +++ b/recipes/wip/libs/other/webkitgtk3/recipe.toml @@ -16,6 +16,9 @@ dependencies = [ "libwebp", "sqlite3", ] +dev-dependencies = [ + "host:gperf" +] script = """ DYNAMIC_INIT export WEBKIT_USE_SCCACHE=1