Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gobject-introspection Explicitly disable g-ir-do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f891ff929ea8
branches:  trunk
changeset: 435300:f891ff929ea8
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jul 04 10:04:46 2020 +0000

description:
Explicitly disable g-ir-doc-tool, since it's not in PLIST.

diffstat:

 devel/gobject-introspection/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 132eda017343 -r f891ff929ea8 devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile      Sat Jul 04 08:34:08 2020 +0000
+++ b/devel/gobject-introspection/Makefile      Sat Jul 04 10:04:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2020/04/12 20:29:08 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2020/07/04 10:04:46 schmonz Exp $
 
 DISTNAME=      gobject-introspection-1.64.1
 CATEGORIES=    devel gnome
@@ -18,6 +18,7 @@
 USE_TOOLS+=    pkg-config flex bison
 
 MESON_ARGS+=   -Dpython=${PYTHONBIN}
+MESON_ARGS+=   -Ddoctool=disabled
 
 PKGCONFIG_OVERRIDE+=   gobject-introspection-1.0.pc.in
 PKGCONFIG_OVERRIDE+=   gobject-introspection-no-export-1.0.pc.in



Home | Main Index | Thread Index | Old Index