From 92f163785dd8932d9e1e519a5dbca7b9b70cbf07 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 13 Jun 2017 10:55:39 +0900 Subject: [PATCH] Revert "[Tizen] Disable shader bin cache in TV profile" This reverts commit 27a0cc68151b1a2ea26d1322a8d276f516862239. Change-Id: Iddcc65262b6ffca6034f8c8700d8dd4a71cffa61 --- 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 126a1c0..f629974 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=DISABLE --enable-profile=TV \ + --enable-shaderbincache=ENABLE --enable-profile=TV \ %if 0%{?dali_feedback_plugin_tv} --enable-feedback \ %endif -- 2.7.4