Skip to content
Snippets Groups Projects
Commit e65bfdf2 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/geoclue: disable use of modemmanager on riscv64

parent bf4142ac
No related merge requests found
......@@ -24,9 +24,11 @@ source="
"
case "$CARCH" in
s390x|mips64) _arch_opts="-D3g-source=false -Dcdma-source=false -Dmodem-gps-source=false"
s390x|mips64|riscv64)
_arch_opts="-D3g-source=false -Dcdma-source=false -Dmodem-gps-source=false"
;;
*) _arch_opts=""
*)
_arch_opts=""
makedepends="$makedepends modemmanager-dev"
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment