mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 23:07:11 +08:00
c482408411
* [llvm] update to 12.0.0, enable zlib and libxml2 * [llvm] disable libxml2 by default, arm64-windows should be supported * [llvm] try to fix build with ffi on Windows #17663 * [llvm] re-enable libxml2 * [llvm] fix formatting * [llvm] overwrite version * [mesa] update to v21.1.0 * [llvm] update ci.baseline * [halide] update to the latest master commit * [llvm] disable libxml2 port until complete PR #15390 * update versions * [llvm] fix disabling of external libraries * update version * update ci.baseline * update ci.baseline * fix typo * [llvm] fix libxml2 (depends on #17945) * revert "[halide] update to the latest master commit" * update versions * [halide] fix zlib dependency for tools * update versions * [halide] update to official release v12.0.0 * update versions * [halide] update to v12.0.1 * update version * [mesa] remove llvm from defaults * update version * update ci.baseline * [mesa] update to v21.1.2 and fix build with LLVM on Windows * [llvm] allow to build libunwind project on Windows * update versions * [mesa] update ci.baseline.txt to disable x64-windows-static-md, may be fixed in the PR #18495
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
|