Add missing gio-2.0 dependency to CMakeLists 78/237478/6 accepted/tizen/unified/20200702.141736 submit/tizen/20200701.072508
authorYoungHun Kim <yh8004.kim@samsung.com>
Tue, 30 Jun 2020 23:47:33 +0000 (08:47 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 1 Jul 2020 06:20:33 +0000 (15:20 +0900)
 - The build error occurred due to the undefined reference to
   'g_bug_get_sync' without this patch.

Change-Id: I35cb94d30e29cc345b83e95b497a4937a129e1a4

packaging/mused.spec
server/CMakeLists.txt

index e4ee69e..3fe5013 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mused
 Summary:    A multimedia daemon
-Version:    0.3.118
+Version:    0.3.119
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index bfb2bd8..5db18ca 100644 (file)
@@ -14,7 +14,7 @@ INCLUDE_DIRECTORIES(${INC_DIR})
 SET(MAIN-SERVER src/muse_server.c)
 
 SET(dependents "capi-system-info capi-system-runtime-info cynara-client cynara-creds-socket cynara-session")
-SET(dependents ${dependents} " gmodule-2.0 gstreamer-1.0 iniparser libtbm storage libsystemd-daemon")
+SET(dependents ${dependents} " gio-2.0 gmodule-2.0 gstreamer-1.0 iniparser libtbm storage libsystemd-daemon")
 
 IF(MUSE_USE_RM_READY)
 SET(dependents ${dependents} " mm-resource-manager")