[Tizen] Disable shader bin cache in TV profile 73/128173/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:43:58 +0000 (12:43 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:44:17 +0000 (12:44 +0900)
Change-Id: I9c53b43bcb54e08fc10da0487f66f22b5da1a89a

packaging/dali-adaptor.spec

index eae3c3d..ca2cc7d 100644 (file)
@@ -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