diff options
| author | Joel Klinghed <the_jk@opera.com> | 2026-05-28 15:35:49 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2026-05-28 15:35:49 +0200 |
| commit | e5d84f830e85c3d9f719a7e3f4a46db638327a3d (patch) | |
| tree | 24c71c1f3659838a632988cd66a17ee0ecdecfa8 | |
| parent | 682f5d650e572e2ed1f47d51eecba321d119b44c (diff) | |
Update pkg-config name for rapidjson
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8f73770..5dbcd7a 100644 --- a/meson.build +++ b/meson.build @@ -38,7 +38,7 @@ dep_icecc = dependency('icecc', version : '>= 1.1') dep_thread = dependency('threads') dep_curl = dependency('libcurl', version : '>= 7.0') -dep_json = dependency('rapidjson', version : '>= 1.1', +dep_json = dependency('RapidJSON', version : '>= 1.1', fallback: ['rapidjson', 'rapidjson_dep']) configure_file(output: 'config.h', |
