poedit: only depend on wxWidgets-common-devel in host deps

This commit is contained in:
John 2020-05-30 01:02:54 +02:00
parent 7a6925f90e
commit e9482801f7

View file

@ -17,10 +17,10 @@ checksum=a0315ca52a908b9ea0a6e438ea60ce1e92d98c1f477fed58d0b4e617e51afec4
CPPFLAGS="-DUCHAR_TYPE=uint16_t"
makedepends+=" libharfbuzz"
makedepends+=" libharfbuzz libxml2 webkit2gtk"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-gtk3-devel"
hostmakedepends+=" wxWidgets-common-devel"
configure_args+=" WXRC=/usr/bin/wxrc --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
fi