[Tizen] Enable GBS build 04/178504/1 accepted/tizen/unified/20180514.094044 accepted/tizen/unified/20180517.151324 submit/tizen/20180510.080855 submit/tizen/20180517.080149
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 10 May 2018 07:14:42 +0000 (16:14 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 10 May 2018 07:14:46 +0000 (16:14 +0900)
Change-Id: Id6583762fc5de1e1a567af99d9126d224e9b427b

packaging/dali-csharp-binder.spec

index 63d2a2e..28c8b1f 100755 (executable)
@@ -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}