Add options for ARM
This commit is contained in:
parent
41db460aab
commit
2604139f57
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 driver installation package
|
||||
Name: xorg-x11-drivers
|
||||
Version: 7.4
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
|
||||
@ -99,6 +99,10 @@ Requires: xorg-x11-drv-sunleo
|
||||
Requires: xorg-x11-drv-sunbw2
|
||||
%endif
|
||||
|
||||
# ARM kit
|
||||
%ifarch %{arm}
|
||||
Requires: xorg-x11-drv-omapfb
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -121,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%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
|
||||
- More %%rhel conditionals
|
||||
- Add -modesetting
|
||||
|
Loading…
Reference in New Issue
Block a user