From: Jee-Yong Um Date: Thu, 17 Mar 2016 09:00:42 +0000 (+0900) Subject: disable ephysics to remove dependency on bullet X-Git-Tag: submit/tizen/20160321.022625~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1922ea74808360059672f5bf70dafe6e91429e27;p=platform%2Fupstream%2Fefl.git disable ephysics to remove dependency on bullet Change-Id: I32b4cbe751477a9bbf88ea415aae612d3c4f3fc4 Signed-Off-By: Jee-Yong Um --- diff --git a/packaging/efl.spec b/packaging/efl.spec index 2b1d797..d679ecd 100644 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -51,7 +51,7 @@ BuildRequires: pkgconfig(ibus-1.0) %endif BuildRequires: glib2-devel -BuildRequires: pkgconfig(bullet) +#BuildRequires: pkgconfig(bullet) BuildRequires: pkgconfig(openssl) BuildRequires: gnutls-devel BuildRequires: curl-devel @@ -704,6 +704,7 @@ CFLAGS+=" -DMESA_EGL_NO_X11_HEADERS " --enable-tile-rotate \ --disable-rpath \ %endif + --disable-physics \ --disable-cxx-bindings \ --enable-systemd \ --enable-lua-old \ @@ -785,8 +786,8 @@ grep --silent ECORE_IMF_MODULE "$f" \ %post -n ethumb -p /sbin/ldconfig %postun -n ethumb -p /sbin/ldconfig -%post -n ephysics -p /sbin/ldconfig -%postun -n ephysics -p /sbin/ldconfig +#%post -n ephysics -p /sbin/ldconfig +#%postun -n ephysics -p /sbin/ldconfig %post -n eolian -p /sbin/ldconfig %postun -n eolian -p /sbin/ldconfig @@ -1207,17 +1208,17 @@ grep --silent ECORE_IMF_MODULE "$f" \ %{_libdir}/cmake/Ethumb/*.cmake %{_libdir}/cmake/EthumbClient/*.cmake -%files -n ephysics -%manifest %{name}.manifest -%defattr(-,root,root,-) -%{_libdir}/libephysics.so.* +#%files -n ephysics +#%manifest %{name}.manifest +#%defattr(-,root,root,-) +#%{_libdir}/libephysics.so.* -%files -n ephysics-devel -%manifest %{name}.manifest -%defattr(-,root,root,-) -%{_libdir}/libephysics.so -%{_libdir}/pkgconfig/ephysics.pc -%{_includedir}/ephysics-1/EPhysics.h +#%files -n ephysics-devel +#%manifest %{name}.manifest +#%defattr(-,root,root,-) +#%{_libdir}/libephysics.so +#%{_libdir}/pkgconfig/ephysics.pc +#%{_includedir}/ephysics-1/EPhysics.h #%files -n ephysics-examples #%{_datadir}/ephysics/examples/*