mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
poedit: only depend on wxWidgets-common-devel in host deps
This commit is contained in:
parent
7a6925f90e
commit
e9482801f7
1 changed files with 2 additions and 2 deletions
|
@ -17,10 +17,10 @@ checksum=a0315ca52a908b9ea0a6e438ea60ce1e92d98c1f477fed58d0b4e617e51afec4
|
||||||
|
|
||||||
CPPFLAGS="-DUCHAR_TYPE=uint16_t"
|
CPPFLAGS="-DUCHAR_TYPE=uint16_t"
|
||||||
|
|
||||||
makedepends+=" libharfbuzz"
|
makedepends+=" libharfbuzz libxml2 webkit2gtk"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
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"
|
configure_args+=" WXRC=/usr/bin/wxrc --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue