From 8b6cd8e77673253f1cd549ad29ff4a18a0cd532e Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Mon, 2 Oct 2006 14:18:45 +0000 Subject: add more switches what to build git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6111 33e552b5-05e3-0310-8538-816dae2090ed --- rules/xorg-lib-Xau.make | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'rules/xorg-lib-Xau.make') diff --git a/rules/xorg-lib-Xau.make b/rules/xorg-lib-Xau.make index bb6e719d2..47d2b568d 100644 --- a/rules/xorg-lib-Xau.make +++ b/rules/xorg-lib-Xau.make @@ -2,7 +2,7 @@ # $Id: template 4565 2006-02-10 14:23:10Z mkl $ # # Copyright (C) 2006 by Erwin Rol -# +# # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdist project and license conditions @@ -64,7 +64,14 @@ XORG_LIB_XAU_ENV := $(CROSS_ENV) # # autoconf # -XORG_LIB_XAU_AUTOCONF := $(CROSS_AUTOCONF_USR) +XORG_LIB_XAU_AUTOCONF := $(CROSS_AUTOCONF_USR) \ + --disable-dependency-tracking + +ifdef PTXCONF_XORG_LIB_XAU_THREAD +XORG_LIB_XAU_AUTOCONF += --enable-xthreads +else +XORG_LIB_XAU_AUTOCONF += --disable-xthreads +endif $(STATEDIR)/xorg-lib-Xau.prepare: $(xorg-lib-Xau_prepare_deps_default) @$(call targetinfo, $@) -- cgit v1.2.3