From cb139c6099a49345d61512c4ad52ae21dbd3fb3d Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Fri, 31 Mar 2017 13:52:35 +0900 Subject: [PATCH] [Tizen] Disable shader bin cache in TV profile This reverts commit f4236a45c02bf99ff61373e09d8121a8d612dc05. Change-Id: I7c14468ae6cdcc0c2f55d78a2c1edd632fd8bd0f --- 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 956b23e..a42e8ac 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