We need to enable xthreads, as the header include logic in some source files is fully broken otherwise.
Signed-off-by: Björn Esser <[email protected]> --- rules/host-xorg-lib-X11.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-xorg-lib-X11.make b/rules/host-xorg-lib-X11.make index 638ef6272..7c43738cd 100644 --- a/rules/host-xorg-lib-X11.make +++ b/rules/host-xorg-lib-X11.make @@ -27,7 +27,7 @@ HOST_XORG_LIB_X11_CONF_OPT := \ --disable-specs \ --disable-loadable-i18n \ --disable-loadable-xcursor \ - --disable-xthreads \ + --enable-xthreads \ --disable-xcms \ --enable-xlocale \ --enable-xlocaledir \ -- 2.23.0 _______________________________________________ ptxdist mailing list [email protected]
