From dc92a7c59f5f35053980e8ccf1dc2a9abc143d0f Mon Sep 17 00:00:00 2001 From: Dmitry Vedenko Date: Mon, 2 Aug 2021 13:47:08 +0300 Subject: [PATCH] Reduce requirements, so they match Ubuntu 20.04 For id3tag and mad - Ubuntu has broken package config, so this change is no-op. --- cmake-proxies/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake-proxies/CMakeLists.txt b/cmake-proxies/CMakeLists.txt index e44bee537..94f7a5c69 100644 --- a/cmake-proxies/CMakeLists.txt +++ b/cmake-proxies/CMakeLists.txt @@ -94,7 +94,7 @@ add_conan_lib( libid3tag libid3tag/0.15.2b@audacity/stable OPTION_NAME libid3tag - PKG_CONFIG "id3tag >= 0.15.1b" + PKG_CONFIG "id3tag >= 0.15.0b" # Ubuntu has broken PC file CONAN_OPTIONS libid3tag:zlib=${id3tag_zlib} ) @@ -103,7 +103,7 @@ add_conan_lib( libmad libmad/0.15.2b@audacity/stable OPTION_NAME libmad - PKG_CONFIG "mad >= 0.15.1b" + PKG_CONFIG "mad >= 0.15.0b" # Ubuntu has broken PC file ) if( CMAKE_SYSTEM_NAME MATCHES "Darwin" ) @@ -164,7 +164,7 @@ set_conan_vars_to_parent() # directory option symbol req chk version addlib( libsndfile sndfile SNDFILE YES YES "sndfile >= 1.0.28" ) addlib( portaudio-v19 portaudio PORTAUDIO YES YES "" ) -addlib( sqlite sqlite SQLITE YES YES "sqlite3 >= 3.32.0" ) +addlib( sqlite sqlite SQLITE YES YES "sqlite3 >= 3.31.1" ) # Optional libraries #