libGL: disable d3d9 state tracker with musl.
This commit is contained in:
parent
87d19ce28c
commit
de459f399c
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# Disable TLS with musl: https://bugs.freedesktop.org/show_bug.cgi?id=35268
|
||||
*-musl) configure_args+=" --disable-glx-tls";;
|
||||
# Disable D3D9 state tracker: needs fpu_control.h
|
||||
*-musl) configure_args+=" --disable-glx-tls --disable-nine";;
|
||||
*) configure_args+=" --enable-glx-tls";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue