mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
community/jsonrpc-glib: disable gtk-doc
It's broken at the moment: > ERROR: Error in gtkdoc helper script: > cc1: error: @BUILD_ROOT@/src/.: No such file or directory > [-Werror=missing-include-dirs] > cc1: error: @SOURCE_ROOT@/src/.: No such file or directory > [-Werror=missing-include-dirs] > cc1: some warnings being treated as errors
This commit is contained in:
parent
44547bd701
commit
6ebd33a64c
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ pkgdesc="Library to communicate using the JSON-RPC 2.0 specification"
|
|||
url="https://gitlab.gnome.org/GNOME/jsonrpc-glib"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
makedepends="gtk+3.0-dev vala gobject-introspection-dev gtk-doc meson json-glib-dev"
|
||||
makedepends="gtk+3.0-dev vala gobject-introspection-dev meson json-glib-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://download.gnome.org/sources/jsonrpc-glib/${pkgver%.*}/jsonrpc-glib-$pkgver.tar.xz
|
||||
disable-flaky-test.patch"
|
||||
|
||||
build() {
|
||||
abuild-meson \
|
||||
-Denable_gtk_doc=true \
|
||||
-Denable_gtk_doc=false \
|
||||
. output
|
||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue