Patrick Steinhardt <p...@pks.im> writes:

> The musl libc library does not have any support for the
> "initial-exec" TLS model and is unlikely to ever implement it.
> Thus, TLS support in GLX has been turned off in musl-based
> distributions to work around problems when dlopen'ing drivers.
> While this is easily possible using the autoconf build system by
> passing `--disable-glx-tls`, meson does not yet have such an
> option.
>
> Add a new toggle "glx-tls" that defaults to `true` to gain parity
> with autoconf. If disabled, `GLX_USE_TLS` will not be defined and
> thus mesa will be built without TLS support.

Could you compile-test instead of having an option for people to get
wrong?

Attachment: signature.asc
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to