autoreconf for aarch64

This commit is contained in:
Dave Airlie 2013-03-07 15:08:47 +10:00
parent ff3d0c22d7
commit ae04abc727

View File

@ -5,7 +5,7 @@
Summary: Xorg X11 fbdev video driver
Name: xorg-x11-drv-fbdev
Version: 0.4.3
Release: 8%{?dist}
Release: 9%{?dist}
URL: http://www.x.org
License: MIT
Group: User Interface/X Hardware Support
@ -18,6 +18,7 @@ Patch0: 0001-Remove-mibstore.h.patch
Patch2: BGNoneRoot.patch
BuildRequires: xorg-x11-server-devel >= 1.10.99.902
BuildRequires: autoconf automake libtool
Requires: Xorg %(xserver-sdk-abi-requires ansic)
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
@ -31,6 +32,7 @@ X.Org X11 fbdev video driver.
%patch2 -p1
%build
autoreconf -vif
%configure --disable-static
make
@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man4/fbdev.4*
%changelog
* Thu Mar 07 2013 Dave Airlie <airlied@redhat.com> 0.4.3-9
- autoreconf for aarch64
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.3-8
- require xorg-x11-server-devel, not -sdk