2023-12-08 18:49:35 +01:00
|
|
|
Index: mesa-23.3.0/include/meson.build
|
2020-09-29 12:26:38 +02:00
|
|
|
===================================================================
|
2023-12-08 18:49:35 +01:00
|
|
|
--- mesa-23.3.0.orig/include/meson.build
|
|
|
|
+++ mesa-23.3.0/include/meson.build
|
|
|
|
@@ -28,10 +28,8 @@ if with_android_stub
|
2020-09-29 12:26:38 +02:00
|
|
|
inc_include += [include_directories('android_stub')]
|
|
|
|
endif
|
2019-10-25 22:12:51 +02:00
|
|
|
|
2020-02-22 21:13:57 +01:00
|
|
|
-if not with_glvnd
|
2019-10-25 22:12:51 +02:00
|
|
|
if with_gles1 or with_gles2 or with_opengl or with_egl
|
|
|
|
install_headers('KHR/khrplatform.h', subdir : 'KHR')
|
2020-02-22 21:13:57 +01:00
|
|
|
- endif
|
2019-10-25 22:12:51 +02:00
|
|
|
|
2020-02-22 21:13:57 +01:00
|
|
|
if with_gles1
|
|
|
|
install_headers(
|