Revert "[Tizen] Disable shader bin cache in TV profile" 27/125427/1
authorJinho, Lee <jeano.lee@samsung.com>
Mon, 17 Apr 2017 02:24:18 +0000 (11:24 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Mon, 17 Apr 2017 02:24:22 +0000 (11:24 +0900)
This reverts commit fbad09abbcba7f5e26f1c1388b8c7ec67c199234.

Change-Id: I588137210aa2bf934945b394407d20b51c6b2397

packaging/dali-adaptor.spec

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