Revert "[Tizen] Disable shader bin cache in TV profile" 58/128158/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:30:29 +0000 (12:30 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:30:33 +0000 (12:30 +0900)
This reverts commit b816a4cf7859cdb2b0fccf7a8fb793b2f40b7c76.

Change-Id: Idb4019f59f3459127f6f2e74b0004cce098015fa

packaging/dali-adaptor.spec

index dd135dd..58479eb 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