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:
d28f82a
)
[Tizen] Enable GBS build
author
Sunghyun kim
<scholb.kim@samsung.com>
Mon, 2 Jul 2018 07:45:47 +0000
(16:45 +0900)
committer
Sunghyun kim
<scholb.kim@samsung.com>
Mon, 2 Jul 2018 07:45:52 +0000
(16:45 +0900)
This reverts commit
3a972067eb197a259ddaec38f84f1896ffc7d52e
.
Change-Id: I32122938c1d111c4d3b4072ea5debacab34db38b
packaging/dali-csharp-binder.spec
patch
|
blob
|
history
diff --git
a/packaging/dali-csharp-binder.spec
b/packaging/dali-csharp-binder.spec
index bf78b6838ea9e98bba7759c09cfd83e1a698fe4a..59f128250a1cf2e24835c346f6f6cc48fa46f102 100755
(executable)
--- a/
packaging/dali-csharp-binder.spec
+++ b/
packaging/dali-csharp-binder.spec
@@
-48,12
+48,11
@@
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=
no
+ --enable-tizenBuild=
yes
%else
-%configure --enable-tizenBuild=
no
+%configure --enable-tizenBuild=
yes
%endif
make %{?_smp_mflags}