summaryrefslogtreecommitdiff
path: root/textproc/json-glib/options.mk
blob: 9de5374aeb65733c89ae966621507b792ee5a31f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: options.mk,v 1.6 2021/04/21 19:52:29 cirnatdan Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.json-glib
PKG_SUPPORTED_OPTIONS=	introspection
PKG_SUGGESTED_OPTIONS+=	introspection
PLIST_VARS+=		introspection

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mintrospection)
BUILDLINK_API_DEPENDS.gobject-introspection+=	gobject-introspection>=0.9.5
BUILDLINK_DEPMETHOD.gobject-introspection+=	build
.include "../../devel/gobject-introspection/buildlink3.mk"
MESON_ARGS+=		-Dintrospection=enabled
PLIST.introspection=	yes
.else
MESON_ARGS+=		-Dintrospection=disabled
.endif