[Tizen] Disable shader bin cache in TV profile 71/134871/1
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 20 Jun 2017 07:26:32 +0000 (16:26 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 20 Jun 2017 07:26:36 +0000 (16:26 +0900)
Change-Id: I74bbbc39cf93e2c9b7ce1fb4b6b89c63f0b88e36

packaging/dali-adaptor.spec

index e98034f..f3b5feb 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