[Tizen] Disable shader bin cache in TV profile 91/133591/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 13 Jun 2017 02:01:20 +0000 (11:01 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 13 Jun 2017 02:01:23 +0000 (11:01 +0900)
This reverts commit 92f163785dd8932d9e1e519a5dbca7b9b70cbf07.

Change-Id: I83700a252914487d28db69308ef0f2b12e757a99

packaging/dali-adaptor.spec

index 9dd1385..2b93941 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