Add mm-common to pc file for client packages 23/198823/3 submit/tizen/20190130.080354
authorJeongmo Yang <jm80.yang@samsung.com>
Wed, 30 Jan 2019 05:34:03 +0000 (14:34 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Wed, 30 Jan 2019 06:58:29 +0000 (15:58 +0900)
[Version] 0.3.67
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A

Change-Id: I5763bac9d3115daf17193fd7ff445a8ee9cfbe32
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
client/CMakeLists.txt
core/include/muse_core.h
core/include/muse_core_internal.h
packaging/mused.spec

index 455476e246df3af142b6b48b1b9fc04bdb5413b0..aba7172005ef08ca32fa541367a281bdc267a5f6 100644 (file)
@@ -11,7 +11,7 @@ SET(INC_DIR include)
 INCLUDE_DIRECTORIES(${INC_DIR})
 
 SET(dependents "dlog glib-2.0 iniparser mm-common")
-SET(pc_dependents "muse-core")
+SET(pc_dependents "muse-core mm-common")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${MUSE_CLIENT} REQUIRED ${dependents})
index 2b504b7a0e4b658cd5dbcb716c88da58dc87adf7..9741d55aa3f604b009c7d8929079eeb70f932a51 100644 (file)
@@ -28,6 +28,7 @@ extern "C" {
 
 #include <stdbool.h>
 #include <stdint.h>
+#include <mm_error.h>
 
 #define MUSE_URI_MAX_LENGTH            4096
 #define MUSE_MSG_MAX_LENGTH            4096
index 8e06ee20fc40d97d98b45d2fe64d1c93527fa96e..f6b23efafaa7476a8a49f83e75f9d56b9e235053 100644 (file)
@@ -39,7 +39,6 @@ extern "C" {
 #include <fcntl.h>
 #include <glib.h>
 #include <gmodule.h>
-#include <mm_error.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/un.h>
index c8cf47128063217577c98ee1838e8d66a9a44814..35f8b4dffe0eeb563fa481712f8eab7391489168 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mused
 Summary:    A multimedia daemon
-Version:    0.3.66
+Version:    0.3.67
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause