Accepting request 778189 from home:seilerphilipp:mesa
- update to mesa 20.0.0 * changelog https://mesa3d.org/relnotes/20.0.0.html - supersedes U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch - supersedes U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch - supersedes U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch - supersedes U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch - supersedes U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch - update to patch n_add-Mesa-headers-again.patch to fit v20.0.0 sources - update to patch n_drirc-disable-rgb10-for-chromium-on-amd.patch to fit v20.0.0 sources (fixed patch itself so it fits the correct section again) OBS-URL: https://build.opensuse.org/request/show/778189 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=929
This commit is contained in:
@@ -1,19 +1,14 @@
|
||||
diff -u -r mesa-19.2.2.orig/include/meson.build mesa-19.2.2/include/meson.build
|
||||
--- mesa-19.2.2.orig/include/meson.build 2019-10-25 21:55:51.441084000 +0200
|
||||
+++ mesa-19.2.2/include/meson.build 2019-10-25 21:58:07.781272000 +0200
|
||||
@@ -22,7 +22,6 @@
|
||||
diff -dupr mesa-20.0.0.orig/include/meson.build mesa-20.0.0/include/meson.build
|
||||
--- mesa-20.0.0.orig/include/meson.build 2020-02-21 14:11:14.623397341 +0100
|
||||
+++ mesa-20.0.0/include/meson.build 2020-02-21 14:13:05.620425210 +0100
|
||||
@@ -22,10 +22,8 @@ inc_include = include_directories('.')
|
||||
inc_d3d9 = include_directories('D3D9')
|
||||
inc_haikugl = include_directories('HaikuGL')
|
||||
|
||||
-if not glvnd_has_headers_and_pc_files
|
||||
-if not with_glvnd
|
||||
if with_gles1 or with_gles2 or with_opengl or with_egl
|
||||
install_headers('KHR/khrplatform.h', subdir : 'KHR')
|
||||
endif
|
||||
@@ -78,7 +77,6 @@
|
||||
subdir : 'EGL',
|
||||
)
|
||||
endif
|
||||
-endif
|
||||
- endif
|
||||
|
||||
# Non-upstream headers
|
||||
if with_egl
|
||||
if with_gles1
|
||||
install_headers(
|
||||
|
Reference in New Issue
Block a user