From: sooyeon.kim Date: Mon, 29 May 2017 04:17:36 +0000 (+0900) Subject: Change BT internal APIs X-Git-Tag: accepted/tizen/unified/20170531.082732^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fstt.git;a=commitdiff_plain;h=910ce64f4ccb5620f83f9c005b82813ee837e0e7 Change BT internal APIs Change-Id: I882a79362a1cbc16ea308cc125277995c3598bd4 Signed-off-by: sooyeon.kim --- 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"