seafile-client-qt: broken
This commit is contained in:
parent
cd6ea3b886
commit
beabb42d3a
|
@ -15,6 +15,7 @@ license="Apache-2.0"
|
|||
homepage="https://github.com/haiwen/${_sourcename}"
|
||||
distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=a862b3bf6dda9bd6d73270643dac9dad21296cc0bcd7aefa200b778c7675bb12
|
||||
broken="libreadline8 rebuild"
|
||||
|
||||
build_options="shibboleth"
|
||||
desc_option_shibboleth="Build with Shibboleth support"
|
||||
|
@ -26,7 +27,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue