summary refs log tree commit diff stats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2018-03-18 11:02:54 -0400
committerPatrick Griffis <tingping@tingping.se>2018-03-18 11:09:53 -0400
commit93f926bf1279f98a513aa081c1a06777bb336594 (patch)
tree194dfb0bc47283a9a2d1e2f39f0b633c2b0733fa /meson_options.txt
parentda56297c5ac0a425cd2eaaa8091dc83621ce3c38 (diff)
build: Re-add support for the legacy perl api
This was accidentally left behind, expose it beind an option as
with the old build system but default to false now. Enough time
has passed and only distros that care about it can enable it.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9b5d620b..eee21791 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -60,3 +60,6 @@ option('with-winamp', type: 'boolean',
 option('install-plugin-metainfo', type: 'boolean', value: false,
   description: 'Installs metainfo files for enabled plugins, useful when distros create split packages'
 )
+option('with-perl-legacy-api', type: 'boolean', value: false,
+  description: 'Enables the legacy IRC perl module for compatibility with old scripts'
+)