From: Seoyeon Kim Date: Tue, 19 Jun 2018 04:30:34 +0000 (+0900) Subject: Revert "[Tizen] Enable GBS build" X-Git-Tag: accepted/tizen/unified/20180620.131551~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7c17fd7f51f408abae0ea2b85a8eb1b533bc7b0;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Revert "[Tizen] Enable GBS build" This reverts commit 4ab84c422487b6c1128d591f156f9abb2122e23c. --- diff --git a/packaging/dali-csharp-binder.spec b/packaging/dali-csharp-binder.spec index f02b7be..eef1350 100755 --- a/packaging/dali-csharp-binder.spec +++ b/packaging/dali-csharp-binder.spec @@ -48,11 +48,12 @@ This package includes developer files common to all packages. %build %autogen # added for key grab binding only for tizen +# Do not merge this on tizen branch! %if 0%{?tizen_version_major} >= 5 %configure --enable-ecoreWl2=yes \ - --enable-tizenBuild=yes + --enable-tizenBuild=no %else -%configure --enable-tizenBuild=yes +%configure --enable-tizenBuild=no %endif make %{?_smp_mflags}