1
0
Fork 0

1:47.0-2: ERROR: Option tests value disabled is not boolean.

Signed-off-by: Mingi Sung <sungmg@saltyming.net>
This commit is contained in:
Mingi Sung 2024-09-15 15:58:28 +09:00
parent 8666c44654
commit 9f3c051a18
Signed by: sungmg
GPG key ID: 41BAFD6FFD8036C5

View file

@ -20,7 +20,7 @@ _merge_requests_to_use=()
_pkgname=gnome-shell
pkgname=gnome-shell-performance
pkgver=47.0
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://wiki.gnome.org/Projects/GnomeShell"
@ -150,7 +150,7 @@ prepare() {
build() {
local meson_options=(
-D gtk_doc=false
-D tests=disabled
-D tests=false
)
CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"