From 7a6925f90e13b2f8271c862a30656902fad4e845 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 30 May 2020 00:30:04 +0200 Subject: [PATCH] poedit: explicitly depend on libharfbuzz to help build ordering --- srcpkgs/poedit/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template index 1c541df431..362b934b05 100644 --- a/srcpkgs/poedit/template +++ b/srcpkgs/poedit/template @@ -17,6 +17,8 @@ checksum=a0315ca52a908b9ea0a6e438ea60ce1e92d98c1f477fed58d0b4e617e51afec4 CPPFLAGS="-DUCHAR_TYPE=uint16_t" +makedepends+=" libharfbuzz" + if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-gtk3-devel" configure_args+=" WXRC=/usr/bin/wxrc --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"