Revert "[Tizen] Disable shader bin cache in TV profile" 70/126770/1
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 04:59:46 +0000 (13:59 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 05:00:02 +0000 (14:00 +0900)
This reverts commit 798ad381673a54b0d08ace84232bf71323a360e4.

Change-Id: Ic5826c17c397f2ea06a8adb2515318566344afb2

packaging/dali-adaptor.spec

index 2dd682e..858c83c 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