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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user