From c5cbc2ec4b5a45a0bfe84a19d79579b68a3c26de Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 21 Dec 2012 16:12:16 -0600 Subject: [PATCH] arm has omap and armsoc drivers --- xorg-x11-drivers.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index 22be541..035ede5 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 driver installation package Name: xorg-x11-drivers Version: 7.4 -Release: 10%{?dist} +Release: 11%{?dist} License: MIT Group: User Interface/X Hardware Support @@ -105,7 +105,8 @@ Requires: xorg-x11-drv-sunbw2 # ARM kit %ifarch %{arm} -Requires: xorg-x11-drv-omapfb +Requires: xorg-x11-drv-omap +Requires: xorg-x11-drv-armsoc %endif %endif @@ -129,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %changelog +* Fri Dec 21 2012 Dennis Gilmore - 7.4-11 +- arm has omap and armsoc drivers + * Wed Aug 15 2012 Adam Jackson 7.4-10 - Only build vesa on arches where xserver builds VBE support