pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gcr4



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat May  9 12:23:05 UTC 2026

Modified Files:
        pkgsrc/security/gcr4: options.mk

Log Message:
gcr4: introspection only required for build


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/gcr4/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gcr4/options.mk
diff -u pkgsrc/security/gcr4/options.mk:1.2 pkgsrc/security/gcr4/options.mk:1.3
--- pkgsrc/security/gcr4/options.mk:1.2 Thu May  7 17:52:39 2026
+++ pkgsrc/security/gcr4/options.mk     Sat May  9 12:23:05 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2026/05/07 17:52:39 vins Exp $
+# $NetBSD: options.mk,v 1.3 2026/05/09 12:23:05 vins Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gcr4
 
@@ -41,6 +41,7 @@ MESON_ARGS+=    -Dgtk4=false
 # Build GObject Introspection data
 #
 .if !empty(PKG_OPTIONS:Mintrospection)
+BUILDLINK_DEPMETHOD.gobject-introspection=     build
 MESON_ARGS+=    -Dintrospection=true
 .  include "../../devel/gobject-introspection/buildlink3.mk"
 PLIST.introspection=    yes



Home | Main Index | Thread Index | Old Index