Stefan Dirsch
ffe6cd2257
- 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
15 lines
560 B
Diff
15 lines
560 B
Diff
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 with_glvnd
|
|
if with_gles1 or with_gles2 or with_opengl or with_egl
|
|
install_headers('KHR/khrplatform.h', subdir : 'KHR')
|
|
- endif
|
|
|
|
if with_gles1
|
|
install_headers(
|