From 419cd8bf4602244fd265102e7193eccb70dfba11 Mon Sep 17 00:00:00 2001 From: knuxify Date: Tue, 11 Oct 2022 21:48:27 +0200 Subject: [PATCH] temp/gnome-shell-mobile: don't build against libsoup2 (MR 3523) Fixes #1735. [ci:skip-build]: already built successfully in CI --- temp/gnome-shell-mobile/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/temp/gnome-shell-mobile/APKBUILD b/temp/gnome-shell-mobile/APKBUILD index e4b41301f..487258646 100644 --- a/temp/gnome-shell-mobile/APKBUILD +++ b/temp/gnome-shell-mobile/APKBUILD @@ -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 }