From 910ce64f4ccb5620f83f9c005b82813ee837e0e7 Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Mon, 29 May 2017 13:17:36 +0900 Subject: [PATCH] Change BT internal APIs Change-Id: I882a79362a1cbc16ea308cc125277995c3598bd4 Signed-off-by: sooyeon.kim --- CMakeLists.txt | 2 +- packaging/stt.spec | 1 + server/sttd_recorder.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96eabd3..0cb759a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include") INCLUDE(FindPkgConfig) IF("${_TV_PRODUCT}" STREQUAL "TRUE") pkg_check_modules(pkgs REQUIRED - aul capi-media-audio-io capi-media-wav-player capi-network-bluetooth capi-system-info cynara-client cynara-session + aul capi-media-audio-io capi-media-wav-player capi-network-bluetooth capi-network-bluetooth-tv capi-system-info cynara-client cynara-session dbus-1 dlog ecore glib-2.0 libgum libtzplatform-config libxml-2.0 libsystemd-login vconf vconf-internal-keys buxton2 ) ELSE() diff --git a/packaging/stt.spec b/packaging/stt.spec index 86cafcf..099b605 100644 --- a/packaging/stt.spec +++ b/packaging/stt.spec @@ -33,6 +33,7 @@ BuildRequires: pkgconfig(pkgmgr-installer) BuildRequires: pkgconfig(vconf) %if "%{PRODUCT_TYPE}" == "TV" BuildRequires: pkgconfig(capi-network-bluetooth) +BuildRequires: pkgconfig(capi-network-bluetooth-tv) %endif BuildRequires: cmake diff --git a/server/sttd_recorder.c b/server/sttd_recorder.c index 6b19499..b24bc07 100644 --- a/server/sttd_recorder.c +++ b/server/sttd_recorder.c @@ -21,7 +21,7 @@ #include #include #ifdef TV_BT_MODE -#include +#include #endif #include "stt_defs.h" -- 2.7.4