Add options for ARM

This commit is contained in:
Peter Robinson 2012-04-30 09:24:58 +01:00
parent 41db460aab
commit 2604139f57

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: 7%{?dist} Release: 8%{?dist}
License: MIT License: MIT
Group: User Interface/X Hardware Support Group: User Interface/X Hardware Support
@ -99,6 +99,10 @@ Requires: xorg-x11-drv-sunleo
Requires: xorg-x11-drv-sunbw2 Requires: xorg-x11-drv-sunbw2
%endif %endif
# ARM kit
%ifarch %{arm}
Requires: xorg-x11-drv-omapfb
%endif
%endif %endif
%description %description
@ -121,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%changelog %changelog
* Mon Apr 30 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 7.4-8
- Add options for ARM
* Wed Mar 21 2012 Adam Jackson <ajax@redhat.com> 7.4-7 * Wed Mar 21 2012 Adam Jackson <ajax@redhat.com> 7.4-7
- More %%rhel conditionals - More %%rhel conditionals
- Add -modesetting - Add -modesetting