- n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch

* Xshm results in render errors and missing screen refreshes on GNOME3
    in a qemu VM (cirrus emulation); see also
    https://bugzilla.suse.com/show_bug.cgi?id=1118149

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=792
This commit is contained in:
2018-12-11 10:55:20 +00:00
committed by Git OBS Bridge
parent 1530ecc846
commit 81a64ee144
5 changed files with 61 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -137,6 +137,8 @@ Patch31: archlinux_0001-Fix-linkage-against-shared-glapi.patch
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
Patch57: u_wayland_egl-Ensure-EGL-surface.patch
Patch60: n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: fdupes
@@ -735,6 +737,7 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch54 -p1
%patch57 -p1
%patch60 -p1
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
# disabling libglvnd build; ugly ...