Revert "[Tizen] Disable shader bin cache in TV profile" 71/133571/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 13 Jun 2017 01:55:39 +0000 (10:55 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 13 Jun 2017 01:55:43 +0000 (10:55 +0900)
This reverts commit 27a0cc68151b1a2ea26d1322a8d276f516862239.

Change-Id: Iddcc65262b6ffca6034f8c8700d8dd4a71cffa61

packaging/dali-adaptor.spec

index 126a1c0..f629974 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