Accepting request 653839 from home:iznogood:branches:X11:XOrg

- Add u_wayland_egl-Ensure-EGL-surface.patch: wayland/egl: Ensure
  EGL surface is resized on DRI update_buffers(). Patch is sent
  upstream already.

OBS-URL: https://build.opensuse.org/request/show/653839
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=789
This commit is contained in:
2018-12-04 13:24:20 +00:00
committed by Git OBS Bridge
parent b5e3c05065
commit 32ad8fd4af
5 changed files with 83 additions and 4 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 http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -137,6 +137,7 @@ Patch31: archlinux_0001-Fix-linkage-against-shared-glapi.patch
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
Patch55: u_constify-struct-drisw_loader_funcs.patch
Patch56: u_drisw-use-separate-drisw_loader_funcs-for-shm.patch
Patch57: u_wayland_egl-Ensure-EGL-surface.patch
BuildRequires: autoconf >= 2.60
BuildRequires: automake
@@ -214,7 +215,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm}
BuildRequires: llvm-devel >= 3.9.0
BuildRequires: llvm-devel >= 6.0.0
%endif
%if 0%{with_opencl}
@@ -737,6 +738,7 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch54 -p1
%patch55 -p1
%patch56 -p1
%patch57 -p1
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
# disabling libglvnd build; ugly ...