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:
parent
bd7c8d15ad
commit
419cd8bf46
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue