Stefan Dirsch
00c04c92a0
--> https://docs.mesa3d.org/relnotes/24.1.7 - Supersedes the following patch: * U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch - Rebase patches with quilt. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1325
21 lines
615 B
Diff
21 lines
615 B
Diff
Index: mesa-24.1.7/include/meson.build
|
|
===================================================================
|
|
--- mesa-24.1.7.orig/include/meson.build
|
|
+++ mesa-24.1.7/include/meson.build
|
|
@@ -29,7 +29,6 @@ if with_android_stub
|
|
inc_include += [include_directories('android_stub')]
|
|
endif
|
|
|
|
-if not with_glvnd and host_machine.system() != 'windows'
|
|
if with_gles1 or with_gles2 or with_opengl or with_egl
|
|
install_headers('KHR/khrplatform.h', subdir : 'KHR')
|
|
endif
|
|
@@ -85,7 +84,6 @@ if not with_glvnd and host_machine.syste
|
|
subdir : 'EGL',
|
|
)
|
|
endif
|
|
-endif
|
|
|
|
# Non-upstream headers
|
|
if with_egl
|