forked from pool/xorg-x11-server
- Add support for a driver specific PCI IDs files supplementing
what's in xf86VideoPtrToDriverList(). PCI ID lists may be held in /etc/X11/xorg_pci_ids (boo#972126). OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=620
This commit is contained in:
parent
bce7c75bf3
commit
812c2fd722
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 12:22:28 UTC 2016 - eich@suse.com
|
||||
|
||||
- Add support for a driver specific psi IDs files supplementing
|
||||
what's in xf86VideoPtrToDriverList() (boo#972126).
|
||||
- Add support for a driver specific PCI IDs files supplementing
|
||||
what's in xf86VideoPtrToDriverList(). PCI ID lists may be held
|
||||
in /etc/X11/xorg_pci_ids (boo#972126).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 12 00:31:53 UTC 2016 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
@ -19,9 +19,9 @@
|
||||
%ifarch s390 s390x
|
||||
%define have_wayland 0
|
||||
%else
|
||||
%define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
|
||||
%if 0%{?suse_version} >= 1330 || 0%{?build_xwayland}
|
||||
%define have_wayland 1
|
||||
%define pci_ids_dir %{_sysconfdir}/X11/xorg.ids
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user