Revert "[Tizen] Enable GBS build"
authorSunghyun kim <scholb.kim@samsung.com>
Mon, 2 Jul 2018 07:44:49 +0000 (16:44 +0900)
committerSunghyun kim <scholb.kim@samsung.com>
Mon, 2 Jul 2018 07:44:53 +0000 (16:44 +0900)
This reverts commit 37de33e6e3904cafdd36528dbf303724e155a197.

Change-Id: I4578d9aa76d135b2b6a8a3c426732a0004ff8bb4

packaging/dali-csharp-binder.spec

index f02b7be..eef1350 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}