From 5e61fe9ae34d0390af48c9d0e6adb1a7eeceab8d Mon Sep 17 00:00:00 2001 From: step Date: Sun, 6 Aug 2023 18:57:24 +0200 Subject: [PATCH] add link to discussion about the 'bash' meson build option --- meson_options.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 1a661e4..a7455cf 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,5 @@ option('gtkver', type: 'integer', value: 3, description: 'GTK+ version') option('docs', type: 'boolean', value: false, description: 'add html documentation and examples') -option('bash', type: 'boolean', value: false, description: 'run commands using bash -c') +# consider carefully before enabling this option - see discussion at +# https://github.com/puppylinux-woof-CE/gtkdialog/pull/154#issuecomment-1666843528 +option('bash', type: 'boolean', value: false, description: 'run commands using bash -c')nsi