- Add linuxwacom and synaptics to the default set.
This commit is contained in:
parent
b02680380f
commit
9e99aad523
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 driver installation package
|
||||
Name: xorg-x11-drivers
|
||||
Version: 7.2
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -14,6 +14,8 @@ ExcludeArch: s390 s390x
|
||||
# where we really do know that it's arch-specific. Those go at the end of
|
||||
# this list.
|
||||
|
||||
Requires: linuxwacom
|
||||
Requires: synaptics
|
||||
Requires: xorg-x11-drv-acecad
|
||||
Requires: xorg-x11-drv-aiptek
|
||||
Requires: xorg-x11-drv-apm
|
||||
@ -84,7 +86,9 @@ Requires: xorg-x11-drv-i810
|
||||
Requires: xorg-x11-drv-neomagic
|
||||
%endif
|
||||
|
||||
# Thus far via chips are only on x86 and amd64 motherboards
|
||||
# Thus far via chips are only on x86 and amd64 motherboards. This might be
|
||||
# the driver that ends up supporting the S3 Chrome cards, so don't be
|
||||
# surprised if this changes.
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: xorg-x11-drv-via
|
||||
%endif
|
||||
@ -117,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
* Fri Sep 07 2007 Adam Jackson <ajax@redhat.com> 7.2-7
|
||||
- Add linuxwacom and synaptics to the default set.
|
||||
|
||||
* Fri May 11 2007 Adam Jackson <ajax@redhat.com> 7.2-6
|
||||
- Add xorg-x11-drv-nouveau. If this bothers you, uninstall the metapackage.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user