From 5a73518cc279654bac78d495a9552ab488fb0da2 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Sun, 5 Oct 2025 06:50:52 +0000 Subject: [PATCH] Enable sccache for webkitgtk3 --- recipes/wip/libs/other/webkitgtk3/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/wip/libs/other/webkitgtk3/recipe.toml b/recipes/wip/libs/other/webkitgtk3/recipe.toml index 0494658bd..264acc8fe 100644 --- a/recipes/wip/libs/other/webkitgtk3/recipe.toml +++ b/recipes/wip/libs/other/webkitgtk3/recipe.toml @@ -59,6 +59,8 @@ dependencies = [ ] script = """ DYNAMIC_INIT +export WEBKIT_USE_SCCACHE=1 + #TODO: why are these not automatic? LIBS=( $("${TARGET}-pkg-config" --libs epoxy)