Revert "[Tizen] Enable GBS build" 57/175157/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Mon, 9 Apr 2018 05:44:18 +0000 (14:44 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Mon, 9 Apr 2018 05:44:22 +0000 (14:44 +0900)
This reverts commit d234ecd8bab55387b1eb8a478236e46fa9e1f397.

Change-Id: I6434cc7893509f006e0f5f034add92029a49bb57
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
packaging/dali-csharp-binder.spec

index 845b92a..0efbdc7 100755 (executable)
@@ -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}