From 1cc5da0a42a4742b9dcf2b8780e471d9f6c9dd63 Mon Sep 17 00:00:00 2001 From: "taeyoon0.lee" Date: Mon, 13 Mar 2017 22:36:51 +0900 Subject: [PATCH] [Tizen] Disable shader bin cache in TV profile - Temporary patch for build issue Change-Id: I2de706bef5c763da608c4c19724a06d998ef70c5 --- 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 2fb044b..3724940 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