autoreconf for aarch64
This commit is contained in:
parent
9fd459d939
commit
4da64fd32e
@ -5,7 +5,7 @@
|
||||
Summary: Xorg X11 dummy video driver
|
||||
Name: xorg-x11-drv-dummy
|
||||
Version: 0.3.6
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
@ -16,6 +16,7 @@ Patch0: 0001-Remove-mibstore.h.patch
|
||||
ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
|
||||
|
||||
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)
|
||||
@ -28,6 +29,7 @@ X.Org X11 dummy video driver.
|
||||
%patch0 -p1 -b .mibstore
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
%configure --disable-static
|
||||
make
|
||||
|
||||
@ -48,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{driverdir}/dummy_drv.so
|
||||
|
||||
%changelog
|
||||
* Thu Mar 07 2013 Dave Airlie <airlied@redhat.com> 0.3.6-9
|
||||
- autoreconf for aarch64
|
||||
|
||||
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.3.6-8
|
||||
- require xorg-x11-server-devel, not -sdk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user