mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: json-c changed everything :(
json-c 0.11 ships a pkg-config file with a different name, and changes the name of its library as well.
This commit is contained in:
parent
ca4942e89c
commit
759c0bc6f9
1 changed files with 2 additions and 1 deletions
|
|
@ -624,7 +624,8 @@ AM_CONDITIONAL([HAVE_TESTS], [test "x$HAVE_LIBCHECK" = x1])
|
|||
|
||||
#### json parsing ####
|
||||
|
||||
PKG_CHECK_MODULES(LIBJSON, [ json >= 0.9 ])
|
||||
PKG_CHECK_MODULES(LIBJSON, [ json-c >= 0.11 ], [],
|
||||
[PKG_CHECK_MODULES(LIBJSON, [ json >= 0.9 ])])
|
||||
AC_SUBST(LIBJSON_CFLAGS)
|
||||
AC_SUBST(LIBJSON_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue