meson: remove unused osmesa option

Looks like this was forgot during the removal.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35638>
This commit is contained in:
Samuel Pitoiset 2025-06-19 16:32:42 +02:00 committed by Marge Bot
parent 4e25a4ce1e
commit 34b8aeec41
2 changed files with 1 additions and 9 deletions

View file

@ -42,7 +42,7 @@ jobs:
[binaries] [binaries]
llvm-config = '/usr/local/opt/llvm/bin/llvm-config' llvm-config = '/usr/local/opt/llvm/bin/llvm-config'
EOL EOL
$MESON_EXEC . build --native-file=native_config -Dmoltenvk-dir=$(brew --prefix molten-vk) -Dbuild-tests=true -Dosmesa=true -Dgallium-drivers=swrast,zink -Dglx=${{ matrix.glx_option }} $MESON_EXEC . build --native-file=native_config -Dmoltenvk-dir=$(brew --prefix molten-vk) -Dbuild-tests=true -Dgallium-drivers=swrast,zink -Dglx=${{ matrix.glx_option }}
- name: Build - name: Build
run: $MESON_EXEC compile -C build run: $MESON_EXEC compile -C build
- name: Test - name: Test

View file

@ -533,14 +533,6 @@ option(
description : 'Does nothing, left here for a while to avoid build breakages.', description : 'Does nothing, left here for a while to avoid build breakages.',
) )
option(
'osmesa',
type : 'boolean',
value : false,
deprecated : true,
description : 'Does nothing, left here for a while to avoid build breakages.',
)
option( option(
'tools', 'tools',
type : 'array', type : 'array',