1
0

- 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:
Egbert Eich 2016-03-22 17:08:06 +00:00 committed by Git OBS Bridge
parent bce7c75bf3
commit 812c2fd722
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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