Only build vesa on arches where xserver builds VBE support

This commit is contained in:
Adam Jackson 2012-08-15 12:21:03 -04:00
parent 1096361d63
commit c3134dc885

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 driver installation package Summary: X.Org X11 driver installation package
Name: xorg-x11-drivers Name: xorg-x11-drivers
Version: 7.4 Version: 7.4
Release: 9%{?dist} Release: 10%{?dist}
License: MIT License: MIT
Group: User Interface/X Hardware Support Group: User Interface/X Hardware Support
@ -30,10 +30,14 @@ Requires: xorg-x11-drv-nouveau
Requires: xorg-x11-drv-qxl Requires: xorg-x11-drv-qxl
Requires: xorg-x11-drv-synaptics Requires: xorg-x11-drv-synaptics
Requires: xorg-x11-drv-v4l Requires: xorg-x11-drv-v4l
Requires: xorg-x11-drv-vesa
Requires: xorg-x11-drv-void Requires: xorg-x11-drv-void
Requires: xorg-x11-drv-wacom Requires: xorg-x11-drv-wacom
# only build vesa on machines where we support vbe
%ifarch %{ix86} x86_64
Requires: xorg-x11-drv-vesa
%endif
# So far intel is onboard-only. # So far intel is onboard-only.
%ifarch %{ix86} x86_64 ia64 %ifarch %{ix86} x86_64 ia64
Requires: xorg-x11-drv-intel Requires: xorg-x11-drv-intel
@ -125,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%changelog %changelog
* Wed Aug 15 2012 Adam Jackson <ajax@redhat.com> 7.4-10
- Only build vesa on arches where xserver builds VBE support
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-9 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild