meson.build: Specify minimum required dependency versions

This commit is contained in:
Daniel Schulte 2020-11-28 15:42:31 +01:00
parent 1ca53d1491
commit 1be6d1ad29
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ project('yttui', ['cpp'], default_options: ['buildtype=release', 'cpp_std=c++17'
add_project_arguments('-Werror=return-type', language: 'cpp')
termpaint_dep = dependency('termpaint', static: true)
termpaint_dep = dependency('termpaint', static: true, version: '>=0.3.0')
sqlite3_dep = dependency('sqlite3')
curl_dep = dependency('libcurl')
json_dep = dependency('nlohmann_json')
json_dep = dependency('nlohmann_json', version: '>=3.5.0')
#ide:editable-filelist
src_files = [