summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xinit.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-02 13:31:13 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-02 13:31:13 +0000
commit636328ba26f8b9a2a82bd0fed48013d0cc2b73b0 (patch)
tree7e1087ee36d44979ae1a271fcb7485df3da91f4d /rules/xorg-app-xinit.make
parentde27f118beaf4f3cdba92cc346885e1fb95cb7cd (diff)
downloadptxdist-636328ba26f8b9a2a82bd0fed48013d0cc2b73b0.tar.gz
ptxdist-636328ba26f8b9a2a82bd0fed48013d0cc2b73b0.tar.xz
speed build up
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6108 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-app-xinit.make')
-rw-r--r--rules/xorg-app-xinit.make19
1 files changed, 16 insertions, 3 deletions
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)