- 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:
parent
e8f5430dae
commit
b9edbcffce
@ -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
|
Thu Jul 13 13:20:07 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -16,11 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%define have_wayland 0
|
||||||
|
%else
|
||||||
%define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
|
%define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
|
||||||
%if 0%{?suse_version} >= 1330 || 0%{?build_xwayland}
|
%if 0%{?suse_version} >= 1330 || 0%{?build_xwayland}
|
||||||
%define have_wayland 1
|
%define have_wayland 1
|
||||||
%else
|
%endif
|
||||||
%define have_wayland 0
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define build_suid_wrapper 0
|
%define build_suid_wrapper 0
|
||||||
|
Loading…
Reference in New Issue
Block a user