[Tizen] Disable shader bin cache in TV profile 73/131873/1
authorJinho, Lee <jeano.lee@samsung.com>
Wed, 31 May 2017 02:44:10 +0000 (11:44 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Wed, 31 May 2017 02:44:11 +0000 (11:44 +0900)
This reverts commit 28672282f91dcc6a214b2726ce53e820ae783886.

Change-Id: I59298e68dbe7c446eafd0c7ab4ec014b853c4e7c

packaging/dali-adaptor.spec

index ed8457c..3d11d37 100644 (file)
@@ -466,7 +466,7 @@ popd
 # if tv ||"undefined"
 %if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile"
 %configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=%{target_gles_version} \
-           --enable-shaderbincache=ENABLE --enable-profile=TV \
+           --enable-shaderbincache=DISABLE --enable-profile=TV \
 %if 0%{?dali_feedback_plugin_tv}
            --enable-feedback \
 %endif