From: kj7.sung Date: Tue, 21 Nov 2017 06:42:08 +0000 (+0900) Subject: Remove tzplatform-config dependency X-Git-Tag: accepted/tizen/unified/20171127.083138^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3bc204e94b6d4bc36ec8ddbfa95c511ebf37e45;p=platform%2Fcore%2Flocation%2Flbs-location.git Remove tzplatform-config dependency Change-Id: I3beaa6aaa5b67e1e11692722a40df6ea3917f023 Signed-off-by: kj7.sung --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 77b4ee0..676e029 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ SET(PREFIX ${CMAKE_INSTALL_PREFIX}) INCLUDE(FindPkgConfig) pkg_check_modules(pkgs REQUIRED glib-2.0 gthread-2.0 gobject-2.0 gmodule-2.0 capi-appfw-app-manager - dlog vconf json-glib-1.0 bundle libtzplatform-config capi-system-sensor cynara-client cynara-session) + dlog vconf json-glib-1.0 bundle capi-system-sensor cynara-client cynara-session) FOREACH(flag ${pkgs_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") diff --git a/location/manager/location-batch.c b/location/manager/location-batch.c index cfd532f..b3894e1 100644 --- a/location/manager/location-batch.c +++ b/location/manager/location-batch.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include "location-batch.h" #include "location-log.h" diff --git a/packaging/liblbs-location.spec b/packaging/liblbs-location.spec index f411277..e0b4120 100755 --- a/packaging/liblbs-location.spec +++ b/packaging/liblbs-location.spec @@ -1,6 +1,6 @@ Name: liblbs-location Summary: Location Based Service Library -Version: 1.4.4 +Version: 1.4.5 Release: 1 Group: Location/Libraries License: Apache-2.0 @@ -18,7 +18,6 @@ BuildRequires: pkgconfig(cynara-client) BuildRequires: pkgconfig(cynara-session) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(bundle) -BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(capi-system-sensor) %description