[Tizen] Disable shader bin cache in TV profile 11/122311/1
authordongsug.song <dongsug.song@samsung.com>
Fri, 31 Mar 2017 04:52:35 +0000 (13:52 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Fri, 31 Mar 2017 04:52:56 +0000 (13:52 +0900)
This reverts commit f4236a45c02bf99ff61373e09d8121a8d612dc05.

Change-Id: I7c14468ae6cdcc0c2f55d78a2c1edd632fd8bd0f

packaging/dali-adaptor.spec

index 956b23e..a42e8ac 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