mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
contrib: homogeneize jsoncpp versions across platforms
Seems that JSONcpp symbols changed between 1.7.4/1.7.6 causing some versions to fail. We already uses 1.9.3 since a long time on other platforms and ubuntu 22 got a version recent enough too. Change-Id: I21a4c44ee1359a7d89e45770cb2bad9f2eb00cce GitLab: #824
This commit is contained in:
@ -1,19 +1,11 @@
|
||||
# JSONCPP
|
||||
ifdef HAVE_ANDROID
|
||||
JSONCPP_VERSION := 1.9.3
|
||||
else
|
||||
ifdef HAVE_LINUX
|
||||
JSONCPP_VERSION := 1.7.2
|
||||
else
|
||||
JSONCPP_VERSION := 1.9.3
|
||||
endif
|
||||
endif
|
||||
|
||||
JSONCPP_URL := https://github.com/open-source-parsers/jsoncpp/archive/$(JSONCPP_VERSION).tar.gz
|
||||
|
||||
PKGS += jsoncpp
|
||||
|
||||
ifeq ($(call need_pkg,"jsoncpp >= 1.7.2"),)
|
||||
ifeq ($(call need_pkg,"jsoncpp >= 1.9.3"),)
|
||||
PKGS_FOUND += jsoncpp
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user