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:
parent
8666c44654
commit
9f3c051a18
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue