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 455476e..aba7172 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 2b504b7..9741d55 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 8e06ee2..f6b23ef 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 c8cf471..35f8b4d 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