[Tizen] Enable GBS build
authorSeungho, Baek <sbsh.baek@samsung.com>
Mon, 16 Jul 2018 06:13:25 +0000 (15:13 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Mon, 16 Jul 2018 06:13:28 +0000 (15:13 +0900)
This reverts commit 5dd765c9a658605f94f494240af94fcadb4f589f.

packaging/dali-csharp-binder.spec

index cd75b78..8c67c46 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}