[BT][version] 0.53 - disable wearable emulator
authorHyunjin Park <hj.na.park@samsung.com>
Wed, 16 Mar 2016 05:44:59 +0000 (14:44 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Wed, 16 Mar 2016 05:45:41 +0000 (14:45 +0900)
Change-Id: Iaa24f03e2c47df55bd35af582a29b16b83243912

packaging/webapi-plugins.spec

index 462b76129acec6d75e62ea25d159eb9aa1ea017e..feaa1fa40ed33713adcd5d1c8997eae40555cccb 100644 (file)
@@ -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