[Tizen] Disable shader bin cache in TV profile 74/118674/1 accepted/tizen/common/20170313.162641 accepted/tizen/ivi/20170314.074847 accepted/tizen/mobile/20170314.074508 accepted/tizen/tv/20170314.074708 accepted/tizen/unified/20170314.074934 accepted/tizen/wearable/20170314.074800 submit/tizen/20170313.134641
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Mon, 13 Mar 2017 13:36:51 +0000 (22:36 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Mon, 13 Mar 2017 13:38:12 +0000 (22:38 +0900)
 - Temporary patch for build issue

Change-Id: I2de706bef5c763da608c4c19724a06d998ef70c5

packaging/dali-adaptor.spec

index 2fb044b..3724940 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=ENABLE --enable-profile=TV \
+           --enable-shaderbincache=DISABLE --enable-profile=TV \
 %if 0%{?dali_feedback_plugin_tv}
            --enable-feedback \
 %endif