Revert "[Tizen] Enable GBS build" 09/176009/1
authorSeungho, Baek <sbsh.baek@samsung.com>
Mon, 16 Apr 2018 06:16:52 +0000 (15:16 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Mon, 16 Apr 2018 06:17:39 +0000 (15:17 +0900)
This reverts commit 24534d9b8985ab3bf76e7c7d3de1d494871c3ed5.

Change-Id: I318ac0184815183edada95da7d36e56c44165a95

packaging/dali-csharp-binder.spec

index 3e15155..a36f6eb 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}