Stefan Dirsch
30e905382d
* includes Intel Rocket Lake Platform Support (jsc#SLE/SLE-12880, jsc#SLE/SLE-12882) - adjusted/refreshed patches: * n_add-Mesa-headers-again.patch * n_drirc-disable-rgb10-for-chromium-on-amd.patch * u_dep_xcb.patch - docs now available in .rst format (html before) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=998
16 lines
474 B
Diff
16 lines
474 B
Diff
Index: mesa-20.2.0/include/meson.build
|
|
===================================================================
|
|
--- mesa-20.2.0.orig/include/meson.build
|
|
+++ mesa-20.2.0/include/meson.build
|
|
@@ -29,10 +29,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(
|