comparison graphics/mesa/disable-tls.patch @ 436:04ed9ecf47d4

graphics/mesa: fix libGL.so https://bugs.freedesktop.org/show_bug.cgi?id=35268
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 20:48:38 +0200
parents
children
comparison
equal deleted inserted replaced
435:4e1bf0dab3ea 436:04ed9ecf47d4
1 --- meson.build.orig 2019-04-04 20:35:20.833929949 +0200
2 +++ meson.build 2019-04-04 20:35:25.313806744 +0200
3 @@ -343,7 +343,6 @@
4 endif
5 endif
6
7 -pre_args += '-DGLX_USE_TLS'
8 if with_glx != 'disabled'
9 if not (with_platform_x11 and with_any_opengl)
10 error('Cannot build GLX support without X11 platform support and at least one OpenGL API')