view graphics/mesa/disable-tls.patch @ 1217:27d1a83dc8d6

misc: change shebang to /bin/sh
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:49:59 +0200
parents 04ed9ecf47d4
children
line wrap: on
line source

--- meson.build.orig	2019-04-04 20:35:20.833929949 +0200
+++ meson.build	2019-04-04 20:35:25.313806744 +0200
@@ -343,7 +343,6 @@
   endif
 endif
 
-pre_args += '-DGLX_USE_TLS'
 if with_glx != 'disabled'
   if not (with_platform_x11 and with_any_opengl)
     error('Cannot build GLX support without X11 platform support and at least one OpenGL API')