1
0
Fork 0

1:46.4-3: Disable gtk_doc

Signed-off-by: Mingi Sung <sungmg@saltyming.net>
This commit is contained in:
Mingi Sung 2024-08-28 20:43:48 +09:00
parent 44597ea912
commit f10e90bfc1
Signed by: sungmg
GPG key ID: 41BAFD6FFD8036C5
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 46.4
pkgrel = 2
pkgrel = 3
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64

View file

@ -20,7 +20,7 @@ _merge_requests_to_use=('3252')
_pkgname=gnome-shell
pkgname=gnome-shell-performance
pkgver=46.4
pkgrel=2
pkgrel=3
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"
@ -177,7 +177,7 @@ prepare() {
build() {
local meson_options=(
-D gtk_doc=true
-D gtk_doc=false
-D tests=false
)