From 34b8aeec4183d942144de69aa28784fbc697af03 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 19 Jun 2025 16:32:42 +0200 Subject: [PATCH] meson: remove unused osmesa option Looks like this was forgot during the removal. Signed-off-by: Samuel Pitoiset Part-of: --- .github/workflows/macos.yml | 2 +- meson.options | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d1b66ef4cad..7a24ce1329b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -42,7 +42,7 @@ jobs: [binaries] llvm-config = '/usr/local/opt/llvm/bin/llvm-config' 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 run: $MESON_EXEC compile -C build - name: Test diff --git a/meson.options b/meson.options index 0822b588627..20001bcaa5f 100644 --- a/meson.options +++ b/meson.options @@ -533,14 +533,6 @@ option( 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( 'tools', type : 'array',