webkit2gtk: explicitly depend on libharfbuzz to help build ordering

This commit is contained in:
John 2020-05-30 01:47:46 +02:00
parent e9482801f7
commit bbe4dc3ba1

View file

@ -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"