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:
f912c6f
)
Revert "[Tizen] Enable GBS build"
author
Seungho, Baek
<sbsh.baek@samsung.com>
Mon, 16 Jul 2018 06:12:40 +0000
(15:12 +0900)
committer
Seungho, Baek
<sbsh.baek@samsung.com>
Mon, 16 Jul 2018 06:12:45 +0000
(15:12 +0900)
This reverts commit
82e99f1ebac8e04fed869469252d0d7ebf5bf68f
.
packaging/dali-csharp-binder.spec
patch
|
blob
|
history
diff --git
a/packaging/dali-csharp-binder.spec
b/packaging/dali-csharp-binder.spec
index
a7e463f
..
16603e9
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}