diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 2e05c1f..6425dcc 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -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 diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index c777c90..0edc5b8 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -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