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:
401e108
)
[Tizen] Enable GBS build
53/174053/1
accepted/tizen/unified/20180405.064401
submit/tizen/20180328.001635
submit/tizen/20180402.083306
submit/tizen/20180403.133913
author
dongsug.song
<dongsug.song@samsung.com>
Tue, 27 Mar 2018 23:38:41 +0000
(08:38 +0900)
committer
dongsug.song
<dongsug.song@samsung.com>
Tue, 27 Mar 2018 23:38:51 +0000
(08:38 +0900)
Change-Id: I10cccb5150774ee51372a5b8d4220ae6f77f817f
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
packaging/dali-csharp-binder.spec
patch
|
blob
|
history
diff --git
a/packaging/dali-csharp-binder.spec
b/packaging/dali-csharp-binder.spec
index 0efbdc73fbe94a896c0b91949cff2b115734139b..845b92a2f81dd007961831b3b437cda785f9b627 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}