aboutsummaryrefslogtreecommitdiff
path: root/ports/mesa/dual-osmesa-part2b.patch
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2021-08-12 10:39:38 +0800
committerGitHub <noreply@github.com>2021-08-11 19:39:38 -0700
commit9b545e20a021bfb6b966a72642433fca80b11546 (patch)
tree53e4d3b6a10c719787086157922bca9baa8a7c1e /ports/mesa/dual-osmesa-part2b.patch
parent6a9ecfd57f34105d5e2d5110a7c41645afad72f8 (diff)
downloadvcpkg-9b545e20a021bfb6b966a72642433fca80b11546.tar.gz
vcpkg-9b545e20a021bfb6b966a72642433fca80b11546.zip
[mesa] Update to 21.1.6 (#18495)
* [mesa] Update to 21.1.2 * Update to 21.1.5 * Update to 21.1.6 * Update the baseline version
Diffstat (limited to 'ports/mesa/dual-osmesa-part2b.patch')
-rw-r--r--ports/mesa/dual-osmesa-part2b.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/mesa/dual-osmesa-part2b.patch b/ports/mesa/dual-osmesa-part2b.patch
deleted file mode 100644
index 6d39786d7..000000000
--- a/ports/mesa/dual-osmesa-part2b.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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