Revert "[Tizen] Enable GBS build"
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 9 Jul 2018 07:54:31 +0000 (16:54 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 9 Jul 2018 07:54:31 +0000 (16:54 +0900)
This reverts commit c2806e9dea2b2d6abac875e7aeb7c75147daf4e3.

packaging/dali-csharp-binder.spec

index 59f1282..bf78b68 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}