summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongmo Yang <jm80.yang@samsung.com>2019-01-30 14:34:03 +0900
committerJeongmo Yang <jm80.yang@samsung.com>2019-01-30 15:58:29 +0900
commit2635b7ba80e2e0deb7ae5813e97b48c92c5b61a1 (patch)
treee2bdff2d30190a605b6b3957f4071d1a6d1968a8
parent1c854fe8101a8573cc7d34a9f3e5adb2691f12e8 (diff)
downloadmmsvc-core-2635b7ba80e2e0deb7ae5813e97b48c92c5b61a1.tar.gz
mmsvc-core-2635b7ba80e2e0deb7ae5813e97b48c92c5b61a1.tar.bz2
mmsvc-core-2635b7ba80e2e0deb7ae5813e97b48c92c5b61a1.zip
Add mm-common to pc file for client packagessubmit/tizen/20190130.080354
[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>
-rw-r--r--client/CMakeLists.txt2
-rw-r--r--core/include/muse_core.h1
-rw-r--r--core/include/muse_core_internal.h1
-rw-r--r--packaging/mused.spec2
4 files changed, 3 insertions, 3 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 455476e..aba7172 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -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})
diff --git a/core/include/muse_core.h b/core/include/muse_core.h
index 2b504b7..9741d55 100644
--- a/core/include/muse_core.h
+++ b/core/include/muse_core.h
@@ -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
diff --git a/core/include/muse_core_internal.h b/core/include/muse_core_internal.h
index 8e06ee2..f6b23ef 100644
--- a/core/include/muse_core_internal.h
+++ b/core/include/muse_core_internal.h
@@ -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>
diff --git a/packaging/mused.spec b/packaging/mused.spec
index c8cf471..35f8b4d 100644
--- a/packaging/mused.spec
+++ b/packaging/mused.spec
@@ -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