arm has omap and armsoc drivers
This commit is contained in:
parent
c3134dc885
commit
c5cbc2ec4b
@ -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: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X Hardware Support
|
Group: User Interface/X Hardware Support
|
||||||
|
|
||||||
@ -105,7 +105,8 @@ Requires: xorg-x11-drv-sunbw2
|
|||||||
|
|
||||||
# ARM kit
|
# ARM kit
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
Requires: xorg-x11-drv-omapfb
|
Requires: xorg-x11-drv-omap
|
||||||
|
Requires: xorg-x11-drv-armsoc
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -129,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 21 2012 Dennis Gilmore <dennis@ausil.us> - 7.4-11
|
||||||
|
- arm has omap and armsoc drivers
|
||||||
|
|
||||||
* Wed Aug 15 2012 Adam Jackson <ajax@redhat.com> 7.4-10
|
* Wed Aug 15 2012 Adam Jackson <ajax@redhat.com> 7.4-10
|
||||||
- Only build vesa on arches where xserver builds VBE support
|
- Only build vesa on arches where xserver builds VBE support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user