Revert "[Tizen] Disable shader bin cache in TV profile" 49/120949/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 27 Mar 2017 01:49:04 +0000 (10:49 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 27 Mar 2017 01:49:10 +0000 (10:49 +0900)
This reverts commit 48fc7a225a144b5713ca5c9a76e79210ef5531ad.

Change-Id: If032fba9ac15a58218601ed1a3aca8c49d331c53

packaging/dali-adaptor.spec

index e71d149..868042e 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