[Tizen] Disable shader bin cache in TV profile 07/119707/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Mar 2017 02:12:51 +0000 (11:12 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Mar 2017 02:12:55 +0000 (11:12 +0900)
Change-Id: I4b50104cf0dcdae606a3849b3895e69691078415

packaging/dali-adaptor.spec

index 868042e..e71d149 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