]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/mesa/dual-osmesa-part2.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / mesa / dual-osmesa-part2.patch
1 diff --git a/src/gallium/meson.build b/src/gallium/meson.build
2 index 1f81fcf1fd5..5a5a8d2f0a6 100644
3 --- a/src/gallium/meson.build
4 +++ b/src/gallium/meson.build
5 @@ -175,7 +175,7 @@ if with_dri
6 subdir('frontends/dri')
7 subdir('targets/dri')
8 endif
9 -if with_osmesa == 'gallium'
10 +if with_osmesa.contains('gallium')
11 subdir('frontends/osmesa')
12 subdir('targets/osmesa')
13 endif