temp/gnome-shell-mobile: don't build against libsoup2 (MR 3523)

Fixes #1735.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
knuxify 2022-10-11 21:48:27 +02:00 committed by Oliver Smith
parent bd7c8d15ad
commit 419cd8bf46
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -2,7 +2,7 @@
pkgname=gnome-shell-mobile
pkgver=43.0_beta
pkgrel=2
pkgrel=3
pkgdesc="GNOME shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch="all !armhf !s390x !riscv64" # gjs
@ -85,7 +85,6 @@ build() {
abuild-meson \
-Dsystemd=false \
-Dtests=false \
-Dsoup2=true \
. output
meson compile ${JOBS:+-j ${JOBS}} -C output
}