From ae04abc7277a234e9b89587e1d8fcc0ce804132b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 7 Mar 2013 15:08:47 +1000 Subject: [PATCH] autoreconf for aarch64 --- xorg-x11-drv-fbdev.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xorg-x11-drv-fbdev.spec b/xorg-x11-drv-fbdev.spec index b63d29b..7e28244 100644 --- a/xorg-x11-drv-fbdev.spec +++ b/xorg-x11-drv-fbdev.spec @@ -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 0.4.3-9 +- autoreconf for aarch64 + * Thu Mar 07 2013 Peter Hutterer - 0.4.3-8 - require xorg-x11-server-devel, not -sdk