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:
158e4ac
)
Revert "[Tizen] Enable GBS build"
author
Sunghyun kim
<scholb.kim@samsung.com>
Mon, 2 Jul 2018 07:44:49 +0000
(16:44 +0900)
committer
Sunghyun kim
<scholb.kim@samsung.com>
Mon, 2 Jul 2018 07:44:53 +0000
(16:44 +0900)
This reverts commit
37de33e6e3904cafdd36528dbf303724e155a197
.
Change-Id: I4578d9aa76d135b2b6a8a3c426732a0004ff8bb4
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}