1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00

Fix #5050 Increase required jansson version to 2.5

This commit is contained in:
Michał Janiszewski
2017-01-11 22:02:25 +01:00
parent 92feea1612
commit 9aadf6ce42
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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