From 4447be399f921233a6ab0dc434eb358fae6958ea Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Tue, 20 Jun 2017 16:26:32 +0900 Subject: [PATCH] [Tizen] Disable shader bin cache in TV profile Change-Id: I74bbbc39cf93e2c9b7ce1fb4b6b89c63f0b88e36 --- packaging/dali-adaptor.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index e98034f..f3b5feb 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -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 -- 2.7.4