[Tizen] Disable shader bin cache in TV profile 37/132637/1
authorminho.sun <minho.sun@samsung.com>
Wed, 7 Jun 2017 05:49:51 +0000 (14:49 +0900)
committerminho.sun <minho.sun@samsung.com>
Wed, 7 Jun 2017 05:49:53 +0000 (14:49 +0900)
This reverts commit 1d2fd6145034bfd55abcf61f008df24f545aa994.

Change-Id: Iddeb6c7aadd3e843f6197ae8c61e6f795fa81128

packaging/dali-adaptor.spec

index f629974..126a1c0 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