From c9a66f09d557e4240093afd9d2c3ada2b9751c91 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 27 Mar 2017 16:59:10 +0900 Subject: [PATCH] [Tizen] Disable shader bin cache in TV profile This reverts commit c8897ba91c81b43d4fb77b9ad0f435e0080fb3a3. Change-Id: I0daeab0f46ca35f46c92efa87b546b55d532df18 --- 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 4e810ee..8bbe74a 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