Remove dependency of libmm-log 26/150026/2 accepted/tizen/unified/20170914.230142 submit/tizen/20170914.083817
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 14 Sep 2017 03:22:30 +0000 (12:22 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Thu, 14 Sep 2017 06:02:22 +0000 (15:02 +0900)
[Version] 0.11.23
[Issue Type] Cleanup

Change-Id: I8ffb472f6ce7b119afd5c5f2ce2e538512ab659d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
configure.ac
packaging/libmm-sound.spec
pkgconfig/mm-bootsound.pc.in
pkgconfig/mm-keysound.pc.in

index 8dcc4f8..4627ecf 100644 (file)
@@ -29,15 +29,6 @@ PKG_CHECK_MODULES(MMCOMMON, mm-common)
 AC_SUBST(MMCOMMON_CFLAGS)
 AC_SUBST(MMCOMMON_LIBS)
 
-if [test "x$IS_SDK" = "xyes"];
-then
-echo "SDK build does not use mm-log"
-else
-PKG_CHECK_MODULES(MMLOG, mm-log)
-AC_SUBST(MMLOG_CFLAGS)
-AC_SUBST(MMLOG_LIBS)
-fi
-
 PKG_CHECK_MODULES(MMSESSION, mm-session)
 AC_SUBST(MMSESSION_CFLAGS)
 AC_SUBST(MMSESSION_LIBS)
index 200f60d..ee9ce38 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.11.22
+Version:    0.11.23
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
@@ -18,7 +18,6 @@ Source9:    org.tizen.SoundServer.service
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires: pkgconfig(mm-common)
-BuildRequires: pkgconfig(mm-log)
 BuildRequires: pkgconfig(mm-session)
 BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(gio-2.0)
index 07bed81..f1a0f33 100644 (file)
@@ -5,7 +5,7 @@ includedir = @includedir@
 
 Name : mmfbootsound
 Description : Multimedia Framework Boot Sound Library
-Requires : mm-common mm-log
+Requires : mm-common
 Version : @VERSION@
 Libs : -L${libdir} -lmmfbootsound 
 Cflags : -I${includedir}/mmf 
index 74d8be8..f96c687 100644 (file)
@@ -5,7 +5,7 @@ includedir = @includedir@
 
 Name : mmfkeysound
 Description : Multimedia Framework Key Sound Library
-Requires : mm-common mm-log
+Requires : mm-common
 Version : @VERSION@
 Libs : -L${libdir} -lmmfkeysound 
 Cflags : -I${includedir}/mmf