From: dongsug.song Date: Tue, 27 Mar 2018 23:38:41 +0000 (+0900) Subject: [Tizen] Enable GBS build X-Git-Tag: accepted/tizen/unified/20180405.064401^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F174053%2F1;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git [Tizen] Enable GBS build Change-Id: I10cccb5150774ee51372a5b8d4220ae6f77f817f Signed-off-by: dongsug.song --- diff --git a/packaging/dali-csharp-binder.spec b/packaging/dali-csharp-binder.spec index 0efbdc7..845b92a 100755 --- a/packaging/dali-csharp-binder.spec +++ b/packaging/dali-csharp-binder.spec @@ -48,12 +48,11 @@ 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=no + --enable-tizenBuild=yes %else -%configure --enable-tizenBuild=no +%configure --enable-tizenBuild=yes %endif make %{?_smp_mflags}