Revert "[Tizen] Disable shader bin cache in TV profile" 55/137155/1
authorJinho, Lee <jeano.lee@samsung.com>
Tue, 4 Jul 2017 05:51:24 +0000 (14:51 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Tue, 4 Jul 2017 05:51:24 +0000 (14:51 +0900)
This reverts commit 4447be399f921233a6ab0dc434eb358fae6958ea.

Change-Id: Id5d2c3894c25c0e147d77ec9a2f2b4f2ccfba2fc

packaging/dali-adaptor.spec

index f3b5feb..e98034f 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