[xorg-x11-drivers/f17] Add options for ARM

Peter Robinson pbrobinson at fedoraproject.org
Mon Apr 30 08:32:23 UTC 2012


commit 73d4013eb4a4c98f347008ead452a327a9a2acc0
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Apr 30 09:24:58 2012 +0100

    Add options for ARM

 xorg-x11-drivers.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec
index a0661ca..7e3a175 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: 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 at fedoraproject.org> - 7.4-8
+- Add options for ARM
+
 * Wed Mar 21 2012 Adam Jackson <ajax at redhat.com> 7.4-7
 - More %%rhel conditionals
 - Add -modesetting


More information about the scm-commits mailing list