From dd077a50392ba9f708aa96fbdabac2c749215998 Mon Sep 17 00:00:00 2001 From: "taeyoon0.lee" Date: Tue, 25 Apr 2017 13:59:46 +0900 Subject: [PATCH] Revert "[Tizen] Disable shader bin cache in TV profile" This reverts commit 798ad381673a54b0d08ace84232bf71323a360e4. Change-Id: Ic5826c17c397f2ea06a8adb2515318566344afb2 --- 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 2dd682e..858c83c 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