File n_add-Mesa-headers-again.patch of Package A_sr-Mesa
21
1
Index: mesa-24.2.2/include/meson.build
2
===================================================================
3
--- mesa-24.2.2.orig/include/meson.build
4
+++ mesa-24.2.2/include/meson.build
5
6
inc_include += [include_directories('android_stub')]
7
endif
8
9
-if not with_glvnd and host_machine.system() != 'windows'
10
if with_gles1 or with_gles2 or with_opengl or with_egl
11
install_headers('KHR/khrplatform.h', subdir : 'KHR')
12
endif
13
14
subdir : 'EGL',
15
)
16
endif
17
-endif
18
19
# Non-upstream headers
20
if with_egl
21