mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
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:
parent
4e25a4ce1e
commit
34b8aeec41
2 changed files with 1 additions and 9 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue