summaryrefslogtreecommitdiff
path: root/x11/gtksourceview4/options.mk
blob: 2a2c0f0821e49098d4a07b7b5aa513eca1562f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: options.mk,v 1.2 2020/10/01 13:40:33 prlw1 Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.gtksourceview4
PKG_SUPPORTED_OPTIONS=	introspection
PKG_SUGGESTED_OPTIONS=	introspection
PLIST_VARS+=		introspection

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

.if !empty(PKG_OPTIONS:Mintrospection)
PLIST.introspection=	yes
BUILDLINK_API_DEPENDS.gobject-introspection+=	gobject-introspection>=1.42.0
.include "../../devel/gobject-introspection/buildlink3.mk"
.else
MESON_ARGS+=	-Dgir=false
.endif