projects
/
platform
/
core
/
api
/
player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c538f1b
)
[v0.3.31] enable evas renderer option on wearable
97/96697/1
author
Eunhae Choi
<eunhae1.choi@samsung.com>
Thu, 10 Nov 2016 00:27:38 +0000
(09:27 +0900)
committer
Eunhae Choi
<eunhae1.choi@samsung.com>
Thu, 10 Nov 2016 01:53:32 +0000
(10:53 +0900)
Change-Id: I690956bf67cc7574c24900c1e8b578cba39e062e
packaging/capi-media-player.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-media-player.spec
b/packaging/capi-media-player.spec
index 452423691b1dff5c8099964096f6259db4ebfb8a..bf0722460d50aa804c30334a82adf86c5e4f27a9 100644
(file)
--- a/
packaging/capi-media-player.spec
+++ b/
packaging/capi-media-player.spec
@@
-65,7
+65,7
@@
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
%if "%{?profile}" == "tv"
-DTIZEN_TV=YES \
%endif
-%if "%{?profile}" == "tv"
|| "%{?profile}" == "wearable"
+%if "%{?profile}" == "tv"
-DTIZEN_FEATURE_EVAS_RENDERER=Off
%else
-DTIZEN_FEATURE_EVAS_RENDERER=On