[Tizen] Disable shader bin cache in TV profile 90/129390/1
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 16 May 2017 07:54:53 +0000 (16:54 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 16 May 2017 07:55:04 +0000 (16:55 +0900)
This reverts commit 084909e1a879a322df49b63b6d8472147af9bcf0.

Change-Id: I18ac124ed5423b369f1d9e06d23dc3a033858e5c

packaging/dali-adaptor.spec

index 8c6b5af..79e04d4 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