diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
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' +) |