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:
10af721
)
Revert "[Tizen] Enable GBS build"
author
Seoyeon Kim
<seoyeon2.kim@samsung.com>
Tue, 19 Jun 2018 04:30:34 +0000
(13:30 +0900)
committer
Seoyeon Kim
<seoyeon2.kim@samsung.com>
Tue, 19 Jun 2018 04:30:38 +0000
(13:30 +0900)
This reverts commit
4ab84c422487b6c1128d591f156f9abb2122e23c
.
packaging/dali-csharp-binder.spec
patch
|
blob
|
history
diff --git
a/packaging/dali-csharp-binder.spec
b/packaging/dali-csharp-binder.spec
index
f02b7be
..
eef1350
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}