summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 587b479..2214cbe 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-## Copyright (C) 2022 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
+## Copyright (C) 2022-2023 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -20,6 +20,11 @@ option('guile',
value: 'auto',
description: 'build the guile scripting support (requires guile-3.x)')
+# by default, this uses guile_dep.get_variable(pkgconfig: 'extensiondir')
+option('guile-extension-dir',
+ type: 'string',
+ description: 'custom install path for the guile extension module')
+
option('readline',
type: 'feature',
value: 'auto',