rely on runtime cpu detection for arm optimisations
This commit is contained in:
parent
85d2b70ca3
commit
0cdba77d42
12
pixman.spec
12
pixman.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: pixman
|
Name: pixman
|
||||||
Version: 0.25.6
|
Version: 0.25.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Pixel manipulation library
|
Summary: Pixel manipulation library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -34,12 +34,7 @@ Development library for pixman.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static
|
||||||
%ifnarch armv7hnl
|
|
||||||
--disable-arm-neon \
|
|
||||||
--disable-arm-simd \
|
|
||||||
%endif
|
|
||||||
--disable-arm-iwmmxt
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -63,6 +58,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_libdir}/pkgconfig/pixman-1.pc
|
%{_libdir}/pkgconfig/pixman-1.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 15 2012 Dennis Gilmore <dennis@ausil.us> - 0.25.6-2
|
||||||
|
- rely on runtime cpu detection for arm optimisations
|
||||||
|
|
||||||
* Tue May 15 2012 Soren Sandmann <ssp@redhat.com>
|
* Tue May 15 2012 Soren Sandmann <ssp@redhat.com>
|
||||||
- pixman 0.25.6
|
- pixman 0.25.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user