clementine: fix cross build
This commit is contained in:
parent
f80e970cbf
commit
1e23cd4b82
|
@ -18,6 +18,10 @@ wrksrc="Clementine-$version"
|
|||
distfiles="https://github.com/clementine-player/Clementine/archive/$version.tar.gz"
|
||||
checksum=f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt-host-tools qt-devel protobuf-c"
|
||||
fi
|
||||
|
||||
build_options="spotify"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue