Stefan Dirsch
199aa14a48
New stable release. Not sure if more changes are needed to enable the new NVK experimental driver, please verify OBS-URL: https://build.opensuse.org/request/show/1130356 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1248
16 lines
474 B
Diff
16 lines
474 B
Diff
Index: mesa-23.3.0/include/meson.build
|
|
===================================================================
|
|
--- mesa-23.3.0.orig/include/meson.build
|
|
+++ mesa-23.3.0/include/meson.build
|
|
@@ -28,10 +28,8 @@ if with_android_stub
|
|
inc_include += [include_directories('android_stub')]
|
|
endif
|
|
|
|
-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(
|