From 8a03ace6dd3721dd619e2386268c5b9604876830 Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Wed, 16 Mar 2016 14:44:59 +0900 Subject: [PATCH] [BT][version] 0.53 - disable wearable emulator Change-Id: Iaa24f03e2c47df55bd35af582a29b16b83243912 --- packaging/webapi-plugins.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 462b7612..feaa1fa4 100644 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -10,7 +10,7 @@ %define crosswalk_extensions_path %{_libdir}/%{crosswalk_extensions} Name: webapi-plugins -Version: 0.52 +Version: 0.53 Release: 0 License: Apache-2.0 and BSD-2.0 and MIT Group: Development/Libraries @@ -134,7 +134,11 @@ Source0: %{name}-%{version}.tar.gz # Badge API is mandatory in Tizen Wearable Profile. %define tizen_feature_badge_support 1 +%if 0%{?tizen_is_emulator} +%define tizen_feature_bluetooth_support 0 +%else %define tizen_feature_bluetooth_support 1 +%endif # Bookmark API is optional in Tizen Wearable Profile. %define tizen_feature_bookmark_support 0 -- 2.34.1