Remove requires. Anything is required for using this library 63/192163/2
authorhj kim <backto.kim@samsung.com>
Wed, 31 Oct 2018 05:48:10 +0000 (14:48 +0900)
committerhj kim <backto.kim@samsung.com>
Wed, 31 Oct 2018 07:01:19 +0000 (16:01 +0900)
Change-Id: I7766f7cac1473ea648b8373be95e46f9b8c63015

16 files changed:
bmp/CMakeLists.txt
bmp/mmutil-bmp.pc.in
common/CMakeLists.txt
common/mmutil-common.pc.in
gif/CMakeLists.txt
gif/mmutil-gif.pc.in
imgcv/CMakeLists.txt
imgcv/mmutil-imgcv.pc.in
imgp/CMakeLists.txt
imgp/mmutil-imgp.pc.in
jpeg/CMakeLists.txt
jpeg/mmutil-jpeg.pc.in
magick/CMakeLists.txt
magick/mmutil-magick.pc.in
png/CMakeLists.txt
png/mmutil-png.pc.in

index 27e0aff..0fb541b 100755 (executable)
@@ -16,7 +16,6 @@ INCLUDE_DIRECTORIES(${INC_DIR}
        )
 
 SET(dependents "dlog glib-2.0 libbmp libnsbmp")
-SET(pc_dependents "dlog capi-base-common")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${dependents})
@@ -57,7 +56,6 @@ INSTALL(
         )
 
 SET(PC_NAME mmutil-bmp)
-SET(PC_REQUIRED ${pc_dependents})
 SET(PC_LDFLAGS -l${fw_name})
 SET(PC_FILE_NAME ${PC_NAME}.pc.in)
 
index 1950745..91f801d 100644 (file)
@@ -5,7 +5,7 @@ includedir=/usr/include/mmf
 
 Name : @PC_NAME@
 Description : Multimedia Framework Utility Library
-Requires : @PC_REQUIRED@
+Requires :
 Version : @VERSION@
 Libs : -L${libdir} @PC_LDFLAGS@
 Cflags : -I${includedir}
index 1baec8e..96f40d1 100755 (executable)
@@ -14,7 +14,6 @@ SET(INC_DIR
 INCLUDE_DIRECTORIES(${INC_DIR})
 
 SET(dependents "dlog glib-2.0")
-SET(pc_dependents "dlog capi-base-common")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${dependents})
@@ -57,7 +56,6 @@ INSTALL(
         )
 
 SET(PC_NAME mmutil-common)
-SET(PC_REQUIRED ${pc_dependents})
 SET(PC_LDFLAGS -l${fw_name})
 SET(PC_FILE_NAME ${PC_NAME}.pc.in)
 
index 3004389..e75aa6f 100755 (executable)
@@ -5,7 +5,7 @@ includedir=/usr/include/mmf
 
 Name : @PC_NAME@
 Description : Multimedia Framework Utility Library
-Requires : @PC_REQUIRED@
+Requires :
 Version : @VERSION@
 Libs : -L${libdir} @PC_LDFLAGS@
 Cflags : -I${includedir} -DLIBPREFIX=\"${libdir}\"
index 536c4ef..c1a6eb9 100755 (executable)
@@ -16,7 +16,6 @@ INCLUDE_DIRECTORIES(${INC_DIR}
        )
 
 SET(dependents "dlog glib-2.0 gio-2.0")
-SET(pc_dependents "dlog capi-base-common")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${dependents})
@@ -57,7 +56,6 @@ INSTALL(
         )
 
 SET(PC_NAME mmutil-gif)
-SET(PC_REQUIRED ${pc_dependents})
 SET(PC_LDFLAGS -l${fw_name})
 SET(PC_FILE_NAME ${PC_NAME}.pc.in)
 
index 1950745..91f801d 100644 (file)
@@ -5,7 +5,7 @@ includedir=/usr/include/mmf
 
 Name : @PC_NAME@
 Description : Multimedia Framework Utility Library
-Requires : @PC_REQUIRED@
+Requires :
 Version : @VERSION@
 Libs : -L${libdir} @PC_LDFLAGS@
 Cflags : -I${includedir}
index 39a4288..de86153 100755 (executable)
@@ -17,7 +17,6 @@ INCLUDE_DIRECTORIES(${INC_DIR}
        )
 
 SET(dependents "dlog glib-2.0 opencv")
-SET(pc_dependents "dlog capi-base-common opencv")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${dependents})
@@ -61,7 +60,6 @@ INSTALL(
         )
 
 SET(PC_NAME mmutil-imgcv)
-SET(PC_REQUIRED ${pc_dependents})
 SET(PC_LDFLAGS -l${fw_name})
 SET(PC_FILE_NAME ${PC_NAME}.pc.in)
 
index 1950745..91f801d 100755 (executable)
@@ -5,7 +5,7 @@ includedir=/usr/include/mmf
 
 Name : @PC_NAME@
 Description : Multimedia Framework Utility Library
-Requires : @PC_REQUIRED@
+Requires :
 Version : @VERSION@
 Libs : -L${libdir} @PC_LDFLAGS@
 Cflags : -I${includedir}
index 1742287..908c5d5 100755 (executable)
@@ -16,7 +16,6 @@ INCLUDE_DIRECTORIES(${INC_DIR}
        )
 
 SET(dependents "dlog glib-2.0 gmodule-2.0")
-SET(pc_dependents "dlog capi-base-common")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${dependents})
@@ -57,7 +56,6 @@ INSTALL(
         )
 
 SET(PC_NAME mmutil-imgp)
-SET(PC_REQUIRED ${pc_dependents})
 SET(PC_LDFLAGS -l${fw_name})
 SET(PC_FILE_NAME ${PC_NAME}.pc.in)
 
index 3004389..e75aa6f 100755 (executable)
@@ -5,7 +5,7 @@ includedir=/usr/include/mmf
 
 Name : @PC_NAME@
 Description : Multimedia Framework Utility Library
-Requires : @PC_REQUIRED@
+Requires :
 Version : @VERSION@
 Libs : -L${libdir} @PC_LDFLAGS@
 Cflags : -I${includedir} -DLIBPREFIX=\"${libdir}\"
index d81a2f8..51ed9b4 100755 (executable)
@@ -17,7 +17,6 @@ INCLUDE_DIRECTORIES(${INC_DIR}
        )
 
 SET(dependents "dlog glib-2.0")
-SET(pc_dependents "dlog capi-base-common")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${dependents})
@@ -58,7 +57,6 @@ INSTALL(
         )
 
 SET(PC_NAME mmutil-jpeg)
-SET(PC_REQUIRED ${pc_dependents})
 SET(PC_LDFLAGS -l${fw_name})
 SET(PC_FILE_NAME ${PC_NAME}.pc.in)
 
index 3004389..e75aa6f 100644 (file)
@@ -5,7 +5,7 @@ includedir=/usr/include/mmf
 
 Name : @PC_NAME@
 Description : Multimedia Framework Utility Library
-Requires : @PC_REQUIRED@
+Requires :
 Version : @VERSION@
 Libs : -L${libdir} @PC_LDFLAGS@
 Cflags : -I${includedir} -DLIBPREFIX=\"${libdir}\"
index 38bb206..9356431 100755 (executable)
@@ -16,7 +16,6 @@ INCLUDE_DIRECTORIES(${INC_DIR}
        )
 
 SET(dependents "dlog glib-2.0 GraphicsMagick")
-SET(pc_dependents "dlog capi-base-common")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${dependents})
@@ -57,7 +56,6 @@ INSTALL(
         )
 
 SET(PC_NAME mmutil-magick)
-SET(PC_REQUIRED ${pc_dependents})
 SET(PC_LDFLAGS -l${fw_name})
 SET(PC_FILE_NAME ${PC_NAME}.pc.in)
 
index 3004389..e75aa6f 100755 (executable)
@@ -5,7 +5,7 @@ includedir=/usr/include/mmf
 
 Name : @PC_NAME@
 Description : Multimedia Framework Utility Library
-Requires : @PC_REQUIRED@
+Requires :
 Version : @VERSION@
 Libs : -L${libdir} @PC_LDFLAGS@
 Cflags : -I${includedir} -DLIBPREFIX=\"${libdir}\"
index 1a1288b..ed36371 100755 (executable)
@@ -16,7 +16,6 @@ INCLUDE_DIRECTORIES(${INC_DIR}
        )
 
 SET(dependents "dlog glib-2.0 libpng")
-SET(pc_dependents "dlog capi-base-common")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${dependents})
@@ -57,7 +56,6 @@ INSTALL(
         )
 
 SET(PC_NAME mmutil-png)
-SET(PC_REQUIRED ${pc_dependents})
 SET(PC_LDFLAGS -l${fw_name})
 SET(PC_FILE_NAME ${PC_NAME}.pc.in)
 
index 1950745..91f801d 100644 (file)
@@ -5,7 +5,7 @@ includedir=/usr/include/mmf
 
 Name : @PC_NAME@
 Description : Multimedia Framework Utility Library
-Requires : @PC_REQUIRED@
+Requires :
 Version : @VERSION@
 Libs : -L${libdir} @PC_LDFLAGS@
 Cflags : -I${includedir}