vcpkg/ports/mesa/dual-osmesa-part2.patch
Alexander Neumann 9c63f97fa1
[mesa] new port (#14640)
* [mesa] new port

* make mesa build more.

* more fine tuning

* fix x86

* add supports.

* comment about EGL feature.

* apply suggestion from CR.
added opengl feature.
error on disabled shared glapi if multiple GL APIs are selected.

* fix boolean option

* make sharedgl-api=true the hardcoded default

* add suggestion from CR

* add mesa:x64-windows-static=fail to ci.baseline.txt due to static crt and parts being a dynamic library.

* apply CR sugesstion

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-01-11 16:12:01 -08:00

14 lines
395 B
Diff

diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index 1f81fcf1fd5..5a5a8d2f0a6 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -175,7 +175,7 @@ if with_dri
subdir('frontends/dri')
subdir('targets/dri')
endif
-if with_osmesa == 'gallium'
+if with_osmesa.contains('gallium')
subdir('frontends/osmesa')
subdir('targets/osmesa')
endif