Revert "[Tizen] Enable GBS build" 41/179441/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 18 May 2018 01:34:16 +0000 (10:34 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 18 May 2018 01:34:21 +0000 (10:34 +0900)
This reverts commit d869bb39a8231d0a459549429d1f482c3be1223a.

Change-Id: I9ff108b7fd29e850a4309d70a94f2d3e9c6e8052

packaging/dali-csharp-binder.spec

index 28c8b1f..63d2a2e 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}