[v0.3.31] enable evas renderer option on wearable 97/96697/1
authorEunhae Choi <eunhae1.choi@samsung.com>
Thu, 10 Nov 2016 00:27:38 +0000 (09:27 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Thu, 10 Nov 2016 01:53:32 +0000 (10:53 +0900)
Change-Id: I690956bf67cc7574c24900c1e8b578cba39e062e

packaging/capi-media-player.spec

index 452423691b1dff5c8099964096f6259db4ebfb8a..bf0722460d50aa804c30334a82adf86c5e4f27a9 100644 (file)
@@ -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