summaryrefslogtreecommitdiffstats
path: root/rules/host-xorg-lib-X11.make
diff options
context:
space:
mode:
authorBjörn Esser <b.esser@pengutronix.de>2019-09-25 11:13:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-01 20:58:49 +0200
commit08462a52aa46773e6037d54bc9eb50e3a164ebd9 (patch)
treeb8576b8776d0b21bd7bdbd437066cbb7817ad1a2 /rules/host-xorg-lib-X11.make
parent42f8f427521526233b256a569064d02d6ee43147 (diff)
downloadptxdist-08462a52aa46773e6037d54bc9eb50e3a164ebd9.tar.gz
ptxdist-08462a52aa46773e6037d54bc9eb50e3a164ebd9.tar.xz
host-xorg-lib-x11: enable xthreads
We need to enable xthreads, as the header include logic in some source files is fully broken otherwise. Signed-off-by: Björn Esser <b.esser@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xorg-lib-X11.make')
-rw-r--r--rules/host-xorg-lib-X11.make2
1 files changed, 1 insertions, 1 deletions
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 \