1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +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:
Kevin Daudt 2021-05-26 18:47:48 +00:00
parent 44547bd701
commit 6ebd33a64c

View file

@ -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
}