From 636328ba26f8b9a2a82bd0fed48013d0cc2b73b0 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Mon, 2 Oct 2006 13:31:13 +0000 Subject: speed build up git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6108 33e552b5-05e3-0310-8538-816dae2090ed --- rules/xorg-app-xinit.make | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'rules/xorg-app-xinit.make') diff --git a/rules/xorg-app-xinit.make b/rules/xorg-app-xinit.make index 225508a31..22ae1064d 100644 --- a/rules/xorg-app-xinit.make +++ b/rules/xorg-app-xinit.make @@ -2,7 +2,7 @@ # $Id: template 5041 2006-03-09 08:45:49Z mkl $ # # Copyright (C) 2006 by Sascha Hauer -# +# # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdist project and license conditions @@ -64,8 +64,21 @@ XORG_APP_XINIT_ENV := $(CROSS_ENV) # # autoconf # -XORG_APP_XINIT_AUTOCONF := $(CROSS_AUTOCONF_USR) - +XORG_APP_XINIT_AUTOCONF := $(CROSS_AUTOCONF_USR) \ + --disable-dependency-tracking \ + --datadir=$(PTXCONF_XORG_DEFAULT_DATA_DIR) +# +# what else is required? +# +# --with-xrdb=XRDB Path to xrdb +# --with-xmodmap=XMODMAP Path to xmodmap +# --with-twm=TWM Path to twm +# --with-xclock=XCLOCK Path to xclock +# --with-xterm=XTERM Path to xterm +# --with-xserver=XSERVER Path to default X server +# --with-xauth=XAUTH Path to xauth +# --with-xinit=XINIT Path to xinit +# $(STATEDIR)/xorg-app-xinit.prepare: $(xorg-app-xinit_prepare_deps_default) @$(call targetinfo, $@) @$(call clean, $(XORG_APP_XINIT_DIR)/config.cache) -- cgit v1.2.3