mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/geoclue: disable modemmanager for mips64
due to polkit -> mozjs78 -> rust dependency
This commit is contained in:
parent
57d9c0b335
commit
35e94b67ca
@ -21,7 +21,7 @@ install="$pkgname.pre-install"
|
||||
source="https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/$pkgver/geoclue-$pkgver.tar.bz2"
|
||||
|
||||
case "$CARCH" in
|
||||
s390x) _arch_opts="-D3g-source=false -Dcdma-source=false -Dmodem-gps-source=false"
|
||||
s390x|mips64) _arch_opts="-D3g-source=false -Dcdma-source=false -Dmodem-gps-source=false"
|
||||
;;
|
||||
*) _arch_opts=""
|
||||
makedepends="$makedepends modemmanager-dev"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user