Remove gio-2.0 dependency 96/306296/1
authorminje.ahn <minje.ahn@samsung.com>
Mon, 19 Feb 2024 23:25:39 +0000 (08:25 +0900)
committerminje.ahn <minje.ahn@samsung.com>
Mon, 19 Feb 2024 23:25:39 +0000 (08:25 +0900)
Change-Id: I4fc42b89c8e50c5b3298e237650ead714261da51
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
gif/CMakeLists.txt
gif/mm_util_gif.c
gif/unittest/CMakeLists.txt
imgcv/unittest/CMakeLists.txt
imgp/unittest/CMakeLists.txt
jpeg/unittest/CMakeLists.txt
magick/unittest/CMakeLists.txt
packaging/libmm-utility.spec

index 65b6da1..64e42ac 100644 (file)
@@ -15,7 +15,7 @@ INCLUDE_DIRECTORIES(${INC_DIR}
     ../common/include
 )
 
-SET(dependents "dlog glib-2.0 gio-2.0")
+SET(dependents "dlog glib-2.0")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${dependents})
index e0f2991..7fe732c 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #include <string.h>
-#include <gio/gio.h>
+#include <glib.h>
 #include <gif_lib.h>
 
 #include "mm_util_gif.h"
index 9aa2454..682957e 100644 (file)
@@ -6,7 +6,6 @@ ADD_DEFINITIONS("-DUSE_DLOG")
 
 SET(REQUIRES_LIST ${REQUIRES_LIST}
     glib-2.0
-    gio-2.0
     gmock
     dlog
     libtzplatform-config
index 1a70eaf..0045001 100644 (file)
@@ -6,7 +6,6 @@ ADD_DEFINITIONS("-DUSE_DLOG")
 
 SET(REQUIRES_LIST ${REQUIRES_LIST}
     glib-2.0
-    gio-2.0
     gmock
     dlog
     libtzplatform-config
index c03eb88..6e80333 100644 (file)
@@ -6,7 +6,6 @@ ADD_DEFINITIONS("-DUSE_DLOG")
 
 SET(REQUIRES_LIST ${REQUIRES_LIST}
     glib-2.0
-    gio-2.0
     gmock
     dlog
     libtzplatform-config
index 9b65909..f09ac5b 100644 (file)
@@ -6,7 +6,6 @@ ADD_DEFINITIONS("-DUSE_DLOG")
 
 SET(REQUIRES_LIST ${REQUIRES_LIST}
     glib-2.0
-    gio-2.0
     gmock
     dlog
     libtzplatform-config
index cc5329f..e8b29fb 100644 (file)
@@ -6,7 +6,6 @@ ADD_DEFINITIONS("-DUSE_DLOG")
 
 SET(REQUIRES_LIST ${REQUIRES_LIST}
     glib-2.0
-    gio-2.0
     gmock
     dlog
     libtzplatform-config
index 811f551..bbf5dc3 100644 (file)
@@ -13,7 +13,6 @@ Requires: libmm-imgp-gstcs
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(iniparser)
 BuildRequires:  libjpeg-turbo-devel
 BuildRequires:  pkgconfig(libtzplatform-config)