From ec4785864a908664cb7bc6a4bbd82db1226edf65 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 30 May 2020 01:50:24 +0200 Subject: [PATCH] webkit2gtk: explicitly depend on libharfbuzz also for host --- srcpkgs/webkit2gtk/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 84c1665a22e..8fc7248ba3e 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -49,6 +49,7 @@ desc_option_sampling_profiler="Sampling profiler support (JIT + glibc only)" desc_option_minibrowser="Build the minibrowser" makedepends+=" libharfbuzz" +hostmakedepends+=" libharfbuzz" # detection + runtime if [ "$build_option_bubblewrap" ]; then