X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-csharp-binder.spec;h=c956399facecb517724bf06c4da5ca9279d66061;hb=3e34808804abf387f69f0f745bffe0b743ba1f5f;hp=ad9f2760f62380d420b80ae2c1c6571c2461c50e;hpb=2938cad9ff507e7dedd9252adcec9cd442a6d19f;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git diff --git a/packaging/dali-csharp-binder.spec b/packaging/dali-csharp-binder.spec index ad9f276..c956399 100755 --- a/packaging/dali-csharp-binder.spec +++ b/packaging/dali-csharp-binder.spec @@ -1,18 +1,33 @@ + Name: dali-csharp-binder -Version: 1.2.15 -Release: 20170103 +Version: 1.3.9+nui500 +Release: 1 Summary: build dali csharp binder -License: TO_BE_FILLED_IN +License: Apache-2.0 and BSD-3-Clause and MIT Group: uifw/graphic Source: %{name}-%{version}.tar.xz BuildRequires: pkgconfig(dali-core) BuildRequires: pkgconfig(dali-adaptor) BuildRequires: pkgconfig(dali-toolkit) +BuildRequires: pkgconfig(widget_viewer_dali) + +# dali-adaptor uses ecore mainloop +%if 0%{?tizen_version_major} >= 5 +BuildRequires: pkgconfig(ecore-wl2) +%else +BuildRequires: pkgconfig(ecore-wayland) +%endif %description dali-csharp-binder +%if 0%{?tizen_version_major} >= 5 +CFLAGS+=" -DECORE_WL2 -DEFL_BETA_API_SUPPORT" +CXXFLAGS+=" -DECORE_WL2 -DEFL_BETA_API_SUPPORT" +configure_flags="--enable-ecore-wl2" +%endif + ############################## # devel ############################## @@ -35,6 +50,10 @@ This package includes developer files common to all packages. ############################## %build %autogen +# added for key grab binding only for tizen +%configure --enable-tizenBuild=yes \ + $configure_flags + make %{?_smp_mflags} ##############################