From 9aadf6ce42f03eb80cc1c74b6cdc9eb68993eb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Wed, 11 Jan 2017 22:02:25 +0100 Subject: [PATCH] Fix #5050 Increase required jansson version to 2.5 --- CMakeLists.txt | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ea4b959b6..3e50be691b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,7 +187,7 @@ if (NOT PNG_FOUND) endif (NOT PNG_FOUND) PKG_CHECK_MODULES(ZLIB REQUIRED zlib) -PKG_CHECK_MODULES(JANSSON REQUIRED jansson>=2.3) +PKG_CHECK_MODULES(JANSSON REQUIRED jansson>=2.5) # Handle creating the rct2 text and data files on macOS and Linux # See details in src/openrct2/rct2/interop.c:rct2_interop_setup_segment for how the values diff --git a/readme.md b/readme.md index 3f5e2f92e2..2505477cc1 100644 --- a/readme.md +++ b/readme.md @@ -73,7 +73,7 @@ The program can also be built as a command line program using CMake. This type o - libpng (>= 1.2) - speexdsp - curl (only if building with http support) -- jansson (>= 2.3) +- jansson (>= 2.5) - openssl (>= 1.0; only if building with multiplayer support) - iconv (part of glibc on Linux) - zlib