summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-09 12:26:30 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-06-16 16:45:10 +0100
commit9fbd7f3dc1f029b64b6991a540402b2bfa98de5c (patch)
treef22839d49cca4b106a53d05e64e748396c01aa19 /meson_options.txt
parent1d952150e601dffec1d12f8d1a7ceacda1d0141d (diff)
build: Drop the internal_pcre option in favour of the subproject
This should maintain equivalent functionality, apart from that now you have to pass `--force-fallback-for libpcre` to `meson configure` in order to use the subproject; rather than specifying `-Dinternal_pcre=true` to use the internal copy. This also fixes #642, as the wrapdb copy of libpcre is version 8.37. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #962 Fixes: #642
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 072765361..6cd7bc90a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -34,11 +34,6 @@ option('libmount',
value : 'auto',
description : 'build with libmount support')
-option('internal_pcre',
- type : 'boolean',
- value : false,
- description : 'whether to use internal PCRE')
-
option('man',
type : 'boolean',
value : false,