mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Drop support for json 0.9
drop support for json 0.9 and require json-c 0.11 (this will also avoids confusion which json package is needed due to the upstream rename) json 0.9 lacks json_object_object_get_ex() json-c 0.11 was released 20130402 Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
a940877224
commit
329bb6d7df
1 changed files with 1 additions and 2 deletions
|
|
@ -642,8 +642,7 @@ AM_CONDITIONAL([HAVE_TESTS], [test "x$HAVE_LIBCHECK" = x1])
|
|||
|
||||
#### json parsing ####
|
||||
|
||||
PKG_CHECK_MODULES(LIBJSON, [ json-c >= 0.11 ], [],
|
||||
[PKG_CHECK_MODULES(LIBJSON, [ json >= 0.9 ])])
|
||||
PKG_CHECK_MODULES(LIBJSON, [ json-c >= 0.11 ])
|
||||
|
||||
#### Sound file ####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue