From: Mateusz Majewski Date: Tue, 20 Jul 2021 07:53:02 +0000 (+0200) Subject: Remove GIO X-Git-Tag: submit/tizen/20210805.103313~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb4eed091484b8b2bf938199f121ded2ddcf1aab;p=platform%2Fcore%2Fapi%2Fperipheral-io.git Remove GIO It seems we only needed it for GDbus. Change-Id: Id50176585159085ec4d0013c1337c8fbbeb8079f --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fa3e3b..7a4ec4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ SET(fw_name "${project_prefix}-${service}-${submodule}") PROJECT(${fw_name}) -SET(dependents "dlog glib-2.0 gio-2.0 gio-unix-2.0 capi-base-common capi-system-info libudev") +SET(dependents "dlog glib-2.0 capi-base-common capi-system-info libudev") SET(pc_dependents "capi-base-common") SET(CMAKE_INSTALL_PREFIX ${prefix}) diff --git a/packaging/capi-system-peripheral-io.spec b/packaging/capi-system-peripheral-io.spec index 41368a7..6dc1267 100644 --- a/packaging/capi-system-peripheral-io.spec +++ b/packaging/capi-system-peripheral-io.spec @@ -12,7 +12,6 @@ Source11: peripheral-io.tmpfiles.conf BuildRequires: awk BuildRequires: cmake BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(capi-base-common) BuildRequires: pkgconfig(capi-system-info) diff --git a/src/peripheral_gpio.c b/src/peripheral_gpio.c index a7c51d4..15cf494 100644 --- a/src/peripheral_gpio.c +++ b/src/peripheral_gpio.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include #include #include #include