pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgudev



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat May  9 12:22:24 UTC 2026

Modified Files:
        pkgsrc/devel/libgudev: options.mk

Log Message:
libgudev: introspection only required for build


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libgudev/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/devel/libgudev/options.mk
diff -u pkgsrc/devel/libgudev/options.mk:1.2 pkgsrc/devel/libgudev/options.mk:1.3
--- pkgsrc/devel/libgudev/options.mk:1.2        Mon Apr 27 18:07:10 2026
+++ pkgsrc/devel/libgudev/options.mk    Sat May  9 12:22:24 2026
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2026/04/27 18:07:10 vins Exp $
+# $NetBSD: options.mk,v 1.3 2026/05/09 12:22:24 vins Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libgudev
 PKG_SUPPORTED_OPTIONS= introspection vapi
-PKG_SUGGESTED_OPTIONS= ${PKG_SUPPORTED_OPTIONS}
+PKG_SUGGESTED_OPTIONS= introspection
 
 .include "../../mk/bsd.options.mk"
 
@@ -12,6 +12,7 @@ PLIST_VARS+=          introspection vapi
 # Build GObject Introspection data
 #
 .if !empty(PKG_OPTIONS:Mintrospection)
+BUILDLINK_DEPMETHOD.gobject-introspection=     build
 MESON_ARGS+=   -Dintrospection=enabled
 .  include "../../devel/gobject-introspection/buildlink3.mk"
 PLIST.introspection=   yes



Home | Main Index | Thread Index | Old Index