head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.10 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.8 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.6 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.4 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.2 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2025.03.08.21.26.36; author vins; state Exp; branches; next 1.1; commitid geLClPLQBOxjgjMF; 1.1 date 2024.12.06.21.10.16; author vins; state Exp; branches; next ; commitid XmMySzo40dfE7uAF; desc @@ 1.2 log @wm/fvwm3: better handle readline/editline discoverability @ text @$NetBSD: patch-meson.options,v 1.1 2024/12/06 21:10:16 vins Exp $ * Add option to set preferred perl intepreter. * Allow to pass readline library path. --- meson.options.orig 2025-02-08 21:38:17.000000000 +0000 +++ meson.options @@@@ -65,6 +65,11 @@@@ option( description: 'Select python implementation', ) option( + 'perl', + type: 'string', + description: 'Select perl implementation', +) +option( 'readline', type: 'feature', value: 'auto', @@@@ -106,3 +111,9 @@@@ option( value: 'auto', description: 'Enable X PixMap (xpm) support', ) + +option( + 'readline_lib', + type: 'string', + description: 'Readline library path', +) @ 1.1 log @wm/fvwm3: switch build system to meson. fvwm3 migration to meson [0] marks te deprecation of the historical infrastucture based on autotools. Apparently, switching to a different and more flexible framework was easier than patching for autoconf 2.70. As of 2024-09-30, there is a six-month timer on autools support in fvwm3 [1]. In addition, we turn the go option on by default, since it's required by FvwmPrompt, and will probably be required by any new Fvwm module. Revision bumped. [0] https://github.com/fvwmorg/fvwm3/discussions/1068 [1] https://mastodon.social/@@thomasadam@@bsd.network/113573995984463278 @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 1 Add option to set preferred perl intepreter. d6 1 a6 1 --- meson.options.orig 2024-11-30 20:43:16.000000000 +0000 d20 10 @