From: Hyotaek Shim Date: Tue, 15 May 2018 01:47:54 +0000 (+0900) Subject: Remove unused dependency to dbus-glib X-Git-Tag: submit/tizen/20180515.233956 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20180515.233956;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git Remove unused dependency to dbus-glib Change-Id: I3b9ac1be9f5ec2f4aa9abd6ee200de8c95a6b5a8 Signed-off-by: Hyotaek Shim --- diff --git a/ag-agent/CMakeLists.txt b/ag-agent/CMakeLists.txt index 99fe7b4..71e3a80 100644 --- a/ag-agent/CMakeLists.txt +++ b/ag-agent/CMakeLists.txt @@ -10,7 +10,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}) SET(PKG_MODULES dlog - dbus-glib-1 vconf appsvc contacts-service2 @@ -18,6 +17,7 @@ SET(PKG_MODULES capi-appfw-application aul capi-system-info + dbus-1 glib-2.0 gio-2.0 gio-unix-2.0 diff --git a/packaging/bluetooth-agent.spec b/packaging/bluetooth-agent.spec index a6c56a6..599db73 100644 --- a/packaging/bluetooth-agent.spec +++ b/packaging/bluetooth-agent.spec @@ -31,7 +31,7 @@ BuildRequires: pkgconfig(msg-service) BuildRequires: pkgconfig(email-service) %endif BuildRequires: pkgconfig(capi-system-info) -BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(tapi) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf)