summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xsetroot.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-02 13:29:56 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-02 13:29:56 +0000
commitfc5166e3a360d91796968d525be06fc36d88b786 (patch)
tree218a60a6041beca8328c31e459270e13270c7bb0 /rules/xorg-app-xsetroot.make
parentfd753d55dccacae4f268099f7383b85cdfcf3143 (diff)
downloadptxdist-fc5166e3a360d91796968d525be06fc36d88b786.tar.gz
ptxdist-fc5166e3a360d91796968d525be06fc36d88b786.tar.xz
speed build up
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6106 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-app-xsetroot.make')
-rw-r--r--rules/xorg-app-xsetroot.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/xorg-app-xsetroot.make b/rules/xorg-app-xsetroot.make
index e1bec81d6..35299081d 100644
--- a/rules/xorg-app-xsetroot.make
+++ b/rules/xorg-app-xsetroot.make
@@ -2,7 +2,7 @@
# $Id: template 4761 2006-02-24 17:35:57Z sha $
#
# 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,7 +64,9 @@ XORG_APP_XSETROOT_ENV := $(CROSS_ENV)
#
# autoconf
#
-XORG_APP_XSETROOT_AUTOCONF := $(CROSS_AUTOCONF_USR)
+XORG_APP_XSETROOT_AUTOCONF := $(CROSS_AUTOCONF_USR) \
+ --disable-dependency-tracking \
+ --datadir=$(PTXCONF_XORG_DEFAULT_DATA_DIR)
$(STATEDIR)/xorg-app-xsetroot.prepare: $(xorg-app-xsetroot_prepare_deps_default)
@$(call targetinfo, $@)