[Tizen] Disable shader bin cache in TV profile 83/121183/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 27 Mar 2017 07:59:10 +0000 (16:59 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 27 Mar 2017 07:59:18 +0000 (16:59 +0900)
This reverts commit c8897ba91c81b43d4fb77b9ad0f435e0080fb3a3.

Change-Id: I0daeab0f46ca35f46c92efa87b546b55d532df18

packaging/dali-adaptor.spec

index 4e810ee..8bbe74a 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