summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-xhost.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-02 13:27:10 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-02 13:27:10 +0000
commit79b3c1ba1294f9699f9759a085edf96c22b7ecb1 (patch)
treecf7f64eb1a43859ec182c29ffd71d4ce1b20175d /rules/xorg-app-xhost.make
parent543a4abb8013166ecef0c75c878904a3c8d3e30a (diff)
downloadptxdist-79b3c1ba1294f9699f9759a085edf96c22b7ecb1.tar.gz
ptxdist-79b3c1ba1294f9699f9759a085edf96c22b7ecb1.tar.xz
be in sync with the server settings
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6103 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-app-xhost.make')
-rw-r--r--rules/xorg-app-xhost.make30
1 files changed, 28 insertions, 2 deletions
diff --git a/rules/xorg-app-xhost.make b/rules/xorg-app-xhost.make
index f7788caf7..e391c1023 100644
--- a/rules/xorg-app-xhost.make
+++ b/rules/xorg-app-xhost.make
@@ -2,7 +2,7 @@
# $Id: template 4565 2006-02-10 14:23:10Z 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,7 +64,33 @@ XORG_APP_XHOST_ENV := $(CROSS_ENV)
#
# autoconf
#
-XORG_APP_XHOST_AUTOCONF := $(CROSS_AUTOCONF_USR)
+XORG_APP_XHOST_AUTOCONF := $(CROSS_AUTOCONF_USR) \
+ --disable-dependency-tracking \
+ --datadir=$(PTXCONF_XORG_DEFAULT_DATA_DIR)
+
+ifdef PTXCONF_XORG_OPTIONS_TRANS_UNIX
+XORG_APP_XHOST_AUTOCONF += --enable-unix-transport
+else
+XORG_APP_XHOST_AUTOCONF += --disable-unix-transport
+endif
+
+ifdef PTXCONF_XORG_OPTIONS_TRANS_TCP
+XORG_APP_XHOST_AUTOCONF += --enable-tcp-transport
+else
+XORG_APP_XHOST_AUTOCONF += --disable-tcp-transport
+endif
+
+ifdef PTXCONF_XORG_OPTIONS_TRANS_IPV6
+XORG_APP_XHOST_AUTOCONF += --enable-IPv6
+else
+XORG_APP_XHOST_AUTOCONF += --disable-IPv6
+endif
+
+ifdef PTXCONF_XORG_SERVER_OPT_SECURE_RPC
+XORG_APP_XHOST_AUTOCONF += --enable-secure-rpc
+else
+XORG_APP_XHOST_AUTOCONF += --disable-secure-rpc
+endif
$(STATEDIR)/xorg-app-xhost.prepare: $(xorg-app-xhost_prepare_deps_default)
@$(call targetinfo, $@)