Revert "[Tizen] Enable GBS build"
authorWonsik Jung <sidein@samsung.com>
Mon, 11 Jun 2018 06:39:02 +0000 (15:39 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 11 Jun 2018 06:39:11 +0000 (15:39 +0900)
This reverts commit 469e191dc8d64ec06b7176cb9994b5108f11acfd.

Change-Id: Ide9b8c501c2ff4205d66ce5803afec957e70d9a3

packaging/dali-csharp-binder.spec

index 2ea6c9e..e03ec0b 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}