From 654865c925b5f5f83034867bd5c2c31a24b8e170 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 13 Jun 2017 11:01:20 +0900 Subject: [PATCH] [Tizen] Disable shader bin cache in TV profile This reverts commit 92f163785dd8932d9e1e519a5dbca7b9b70cbf07. Change-Id: I83700a252914487d28db69308ef0f2b12e757a99 --- 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 9dd1385..2b93941 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