change build require json to json-c 70/50870/1 accepted/tizen/mobile/20151103.075159 accepted/tizen/tv/20151103.075222 accepted/tizen/wearable/20151103.075241 submit/tizen/20151103.063856
authorMok Jeongho <jho.mok@samsung.com>
Tue, 3 Nov 2015 05:43:38 +0000 (14:43 +0900)
committerMok Jeongho <jho.mok@samsung.com>
Tue, 3 Nov 2015 05:58:13 +0000 (14:58 +0900)
[Version] 5.0.8
[Profile] Common
[Issue Type] External

Change-Id: I68391deacc2d3768c4fc60068e5f89d08a2adfd4

configure.ac
packaging/pulseaudio-modules-tizen.spec

index 29532c2333ffa9e478e13147715b80508aa87afd..4b7a3baeeaf74f9ba842e903b1db423537682f07 100644 (file)
@@ -349,8 +349,7 @@ AM_ICONV
 
 #### 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 ####
 PKG_CHECK_MODULES(INIPARSER, iniparser)
index afec1a70c424e5916ee80f3b29f0df62493e0149..8a88595df226c4a08fb34eb584fc043def1929db 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:             pulseaudio-modules-tizen
 Summary:          Improved Linux sound server
-Version:          5.0.7
+Version:          5.0.8
 Release:          0
 Group:            Multimedia/Audio
 License:          LGPL-2.1+
@@ -16,7 +16,7 @@ BuildRequires:    pkgconfig(alsa)
 BuildRequires:    pkgconfig(dbus-1)
 BuildRequires:    pkgconfig(iniparser)
 BuildRequires:    pkgconfig(libudev)
-BuildRequires:    pkgconfig(json)
+BuildRequires:    pkgconfig(json-c)
 BuildRequires:    pkgconfig(vconf)
 BuildRequires:    pkgconfig(libpulse)
 BuildRequires:    pkgconfig(pulsecore)