diff options
author | Max Kellermann <max@musicpd.org> | 2018-11-07 00:28:15 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-11-11 12:55:35 +0100 |
commit | 72184dccfcdf697b0c74ac5dfc1b0e7a7cd114bb (patch) | |
tree | 97f7370c19e14dd90954e63dab2cad7574d05ecb /meson_options.txt | |
parent | fee75dc766995d9946af03b40861f19412b5edd9 (diff) |
song/StringFilter: support regular expressions with "=~" and "!~"
This feature requires `libpcre`.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index a30f95858..9a31e548e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -176,6 +176,7 @@ option('expat', type: 'feature', description: 'Expat XML support') option('icu', type: 'feature', description: 'Use libicu for Unicode') option('iconv', type: 'feature', description: 'Use iconv() for character set conversion') option('libwrap', type: 'feature', description: 'libwrap support') +option('pcre', type: 'feature', description: 'Enable regular expression support (using libpcre)') option('sqlite', type: 'feature', description: 'SQLite database support (for stickers)') option('yajl', type: 'feature', description: 'libyajl for YAML support') option('zlib', type: 'feature', description: 'zlib support (for database compression)') |