Revert "[Tizen] Enable GBS build"
authorminho.sun <minho.sun@samsung.com>
Thu, 2 Aug 2018 03:07:33 +0000 (12:07 +0900)
committerminho.sun <minho.sun@samsung.com>
Thu, 2 Aug 2018 03:07:33 +0000 (12:07 +0900)
This reverts commit 3b52b84d7475e1b52711c77abfe5bc0b54166bad.

packaging/dali-csharp-binder.spec

index 65c6ecb6241b6a30deae7217d7fbdfbd3af54435..0e2f42ee6c173bc42c079f814648ff8bd9cf0898 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}