projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b668c7
)
add model build feature for NFC
author
Hyunjin Park
<hj.na.park@samsung.com>
Wed, 3 Jun 2015 11:09:45 +0000
(20:09 +0900)
committer
Hyunjin Park
<hj.na.park@samsung.com>
Wed, 3 Jun 2015 11:09:45 +0000
(20:09 +0900)
Change-Id: Ifd7da0ee6dbf0ec3b4eabe385836bf6699888507
packaging/webapi-plugins.spec
patch
|
blob
|
history
diff --git
a/packaging/webapi-plugins.spec
b/packaging/webapi-plugins.spec
index e4be12e0b4487a7f1ad5ff9b03dde9abfe68a83a..03d05199f8242f89d7726ce7d5b04dd0aef5d7d1 100755
(executable)
--- a/
packaging/webapi-plugins.spec
+++ b/
packaging/webapi-plugins.spec
@@
-67,12
+67,10
@@
Source0: %{name}-%{version}.tar.gz
%define tizen_feature_message_port_support 1
%define tizen_feature_messaging_support 1
-%ifarch %{arm}
-# ARM
+%if 0%{?model_build_feature_nfc}
%define tizen_feature_nfc_emulation_support 0
%define tizen_feature_nfc_support 1
%else
-# I586
%define tizen_feature_nfc_emulation_support 0
%define tizen_feature_nfc_support 0
%endif