[Tizen] Disable shader bin cache in TV profile 08/124008/1
authorminho.sun <minho.sun@samsung.com>
Mon, 10 Apr 2017 02:20:15 +0000 (11:20 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 10 Apr 2017 02:20:18 +0000 (11:20 +0900)
This reverts commit f547c366ac12076baa9b405ce37b1692685594fa.

Change-Id: Ib3e402e8d46596ce1b9c6b4207e4f422e06223bf

packaging/dali-adaptor.spec

index 4d6a13d..1803b6e 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