Remove the mm-common dependency 27/237827/1 submit/tizen/20200706.045441
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 6 Jul 2020 03:09:56 +0000 (12:09 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 6 Jul 2020 03:09:58 +0000 (12:09 +0900)
Change-Id: I37f6a184e77c66117af299d5e92d58e6b40aa5b7

CMakeLists.txt
core/include/muse_core.h
core/include/muse_core_internal.h
packaging/mused.spec

index 5880713..c8416a5 100644 (file)
@@ -17,9 +17,6 @@ SET(dependents
     json-c
     mm-common)
 
-SET(pc_dependents
-    mm-common)
-
 IF(${MUSE_REGISTER_VIP})
 SET(dependents ${dependents} " libresourced")
 ENDIF(${MUSE_REGISTER_VIP})
index 542128b..524cbd0 100644 (file)
@@ -28,7 +28,6 @@ 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 6671840..9b2015a 100644 (file)
@@ -47,6 +47,7 @@ extern "C" {
 #include <sys/time.h>
 #include <unistd.h>
 #include <iniparser.h>
+#include <mm_error.h>
 
 #define CONFFILE                                       SYSCONFDIR"/multimedia/mused.conf"
 #define MUSE_HOST                                      "muse:hosts"
index e8a31b2..84e64f2 100644 (file)
@@ -54,7 +54,6 @@ Group:    Multimedia/Service
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig(iniparser)
 Requires: pkgconfig(libtbm)
-Requires: pkgconfig(mm-common)
 %description devel
 
 %prep