From 97830c84bf2645f4b275916e4a5ea8805a4c3b0b Mon Sep 17 00:00:00 2001
From: nakst <>
Date: Mon, 27 Dec 2021 08:46:53 +0000
Subject: [PATCH] fix mesa build for new versions of meson

---
 ports/mesa/changes/src_gallium_targets_osmesa_meson.build | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ports/mesa/changes/src_gallium_targets_osmesa_meson.build b/ports/mesa/changes/src_gallium_targets_osmesa_meson.build
index 3b11bce..4ba8717 100644
--- a/ports/mesa/changes/src_gallium_targets_osmesa_meson.build
+++ b/ports/mesa/changes/src_gallium_targets_osmesa_meson.build
@@ -44,7 +44,6 @@ libosmesa = static_library(
   c_args : [c_vis_args],
   cpp_args : cpp_vis_args,
   link_args : [ld_args_gc_sections, osmesa_link_args],
-  vs_module_defs : osmesa_def,
   include_directories : [
     inc_include, inc_src, inc_gallium, inc_gallium_aux, inc_gallium_winsys,
     inc_gallium_drivers,
@@ -59,8 +58,6 @@ libosmesa = static_library(
     driver_swrast, driver_swr,
   ],
   name_prefix : host_machine.system() == 'windows' ? '' : 'lib',  # otherwise mingw will create libosmesa.dll
-  soversion : host_machine.system() == 'windows' ? '' : '8',
-  version : '8.0.0',
   install : true,
 )