Revert "[Tizen] Disable shader bin cache in TV profile" 80/119680/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Mar 2017 01:58:27 +0000 (10:58 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Mar 2017 01:58:40 +0000 (10:58 +0900)
This reverts commit 1cc5da0a42a4742b9dcf2b8780e471d9f6c9dd63.

Change-Id: I776ffe651b58589b5e8f6f4a36ed7dbd77a932be

packaging/dali-adaptor.spec

index 3724940..2fb044b 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=DISABLE --enable-profile=TV \
+           --enable-shaderbincache=ENABLE --enable-profile=TV \
 %if 0%{?dali_feedback_plugin_tv}
            --enable-feedback \
 %endif