projects
/
platform
/
core
/
uifw
/
dali-csharp-binder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6bc0cb
)
Revert "[Tizen] Enable GBS build"
author
minho.sun
<minho.sun@samsung.com>
Thu, 2 Aug 2018 03:07:33 +0000
(12:07 +0900)
committer
minho.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
patch
|
blob
|
history
diff --git
a/packaging/dali-csharp-binder.spec
b/packaging/dali-csharp-binder.spec
index 65c6ecb6241b6a30deae7217d7fbdfbd3af54435..0e2f42ee6c173bc42c079f814648ff8bd9cf0898 100755
(executable)
--- a/
packaging/dali-csharp-binder.spec
+++ b/
packaging/dali-csharp-binder.spec
@@
-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}