diff options
| author | 2023-12-31 02:39:11 -0600 | |
|---|---|---|
| committer | 2023-12-31 02:39:11 -0600 | |
| commit | 7c95357610f722db4ee1f684086fb4478e3875c3 (patch) | |
| tree | a9464f42f256467eaac96ef29ec75acfcbb7b046 /meson.build | |
| parent | add a little version stuff (diff) | |
downloads versions now
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index b4f6f89..5689d96 100644 --- a/meson.build +++ b/meson.build @@ -3,6 +3,7 @@ add_global_arguments('-D_XOPEN_SOURCE=700', language : 'c') curl_dep = dependency('libcurl') jansson_dep = dependency('jansson') +pcre_dep = dependency('libpcre2-8') config_data = configuration_data() |
