- disable Xwayland for s390x again; it was wrong to enable it;

there is no Wayland on s390x and will most likely never exist,
  since there is no gfx card on such systems and no gfx emulation
  either (bsc#1047173)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=672
This commit is contained in:
Stefan Dirsch 2017-07-14 13:55:03 +00:00 committed by Git OBS Bridge
parent e8f5430dae
commit b9edbcffce
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 14 13:52:36 UTC 2017 - sndirsch@suse.com
- disable Xwayland for s390x again; it was wrong to enable it;
there is no Wayland on s390x and will most likely never exist,
since there is no gfx card on such systems and no gfx emulation
either (bsc#1047173)
-------------------------------------------------------------------
Thu Jul 13 13:20:07 UTC 2017 - sndirsch@suse.com

View File

@ -16,11 +16,13 @@
#
%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
%else
%define have_wayland 0
%endif
%endif
%define build_suid_wrapper 0