mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:28:59 +08:00
9c63f97fa1
* [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>
14 lines
395 B
Diff
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
|