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: Mon Apr 27 18:07:10 UTC 2026
Modified Files:
pkgsrc/devel/libgudev: options.mk
Log Message:
ligudev: fix misplaced option's comment.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/libgudev/options.mk:1.2
--- pkgsrc/devel/libgudev/options.mk:1.1 Sat Apr 25 19:35:46 2026
+++ pkgsrc/devel/libgudev/options.mk Mon Apr 27 18:07:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2026/04/25 19:35:46 vins Exp $
+# $NetBSD: options.mk,v 1.2 2026/04/27 18:07:10 vins Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libgudev
PKG_SUPPORTED_OPTIONS= introspection vapi
@@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS= ${PKG_SUPPORTED_O
PLIST_VARS+= introspection vapi
#
-# Build documentation
+# Build GObject Introspection data
#
.if !empty(PKG_OPTIONS:Mintrospection)
MESON_ARGS+= -Dintrospection=enabled
@@ -20,7 +20,7 @@ MESON_ARGS+= -Dintrospection=disabled
.endif
#
-# Generate Vala API file
+# Generate Vala bindings
#
.if !empty(PKG_OPTIONS:Mvapi)
MESON_ARGS+= -Dvapi=enabled
Home |
Main Index |
Thread Index |
Old Index