[Tizen] Disable shader bin cache in TV profile 06/127806/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 2 May 2017 01:48:43 +0000 (10:48 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 2 May 2017 01:49:08 +0000 (10:49 +0900)
This reverts commit 24736c0f21e9b5b850795e9e60468bb0a4bd70b8.

Change-Id: I13c797c0f0732fd3c562e6f367051d8dbbaef82d

packaging/dali-adaptor.spec

index 58479eb..dd135dd 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