Revert "[Tizen] Disable shader bin cache in TV profile" 92/123992/1
authorminho.sun <minho.sun@samsung.com>
Mon, 10 Apr 2017 01:58:34 +0000 (10:58 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 10 Apr 2017 01:58:40 +0000 (10:58 +0900)
This reverts commit cb139c6099a49345d61512c4ad52ae21dbd3fb3d.

Change-Id: Icdbdfae75f9b9c3c8fd2e4aa6c9ff66f2148bf56

packaging/dali-adaptor.spec

index a42e8ac..956b23e 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