Use an explicit declaration for glib
[platform/core/api/metadata-extractor.git] / CMakeLists.txt
index d9bfd3f..ef49048 100755 (executable)
@@ -23,10 +23,11 @@ SET(description "A Metadata Extractor library in Tizen Native API")
 SET(service "media")
 SET(submodule "metadata-extractor")
 
+SET(fw_name "${project_prefix}-${service}-${submodule}")
+
 # for package file
 SET(dependents "dlog mm-fileinfo capi-base-common")
-
-SET(fw_name "${project_prefix}-${service}-${submodule}")
+SET(pc_dependents "capi-base-common")
 
 PROJECT(${fw_name})
 
@@ -69,7 +70,7 @@ INSTALL(
         )
 
 SET(PC_NAME ${fw_name})
-SET(PC_REQUIRED ${dependents})
+SET(PC_REQUIRED ${pc_dependents})
 SET(PC_LDFLAGS -l${fw_name})
 SET(PC_CFLAGS -I\${includedir}/${service})