From bbe4dc3ba1c560166c76ec220772ea78c14437a1 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 30 May 2020 01:47:46 +0200 Subject: [PATCH] webkit2gtk: explicitly depend on libharfbuzz to help build ordering --- srcpkgs/webkit2gtk/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index edf5963a120..84c1665a22e 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -48,6 +48,8 @@ desc_option_jit="JavaScript JIT (Only some architectures)" desc_option_sampling_profiler="Sampling profiler support (JIT + glibc only)" desc_option_minibrowser="Build the minibrowser" +makedepends+=" libharfbuzz" + # detection + runtime if [ "$build_option_bubblewrap" ]; then hostmakedepends+=" bubblewrap xdg-dbus-proxy"