summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xfont.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-09-28 17:32:22 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-09-28 17:32:22 +0000
commitb573c809392d3b0424f76b7aa4aa0b66fb11bb0d (patch)
treeabb410c6c28d71f9d6114c40246a45c2b0032cfb /rules/xorg-lib-Xfont.make
parent3eea7b8f8e0bc3da9fc8e42d77b2bd1c6bbcf5d1 (diff)
downloadptxdist-b573c809392d3b0424f76b7aa4aa0b66fb11bb0d.tar.gz
ptxdist-b573c809392d3b0424f76b7aa4aa0b66fb11bb0d.tar.xz
configure in sync with menu settings
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6075 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-lib-Xfont.make')
-rw-r--r--rules/xorg-lib-Xfont.make27
1 files changed, 26 insertions, 1 deletions
diff --git a/rules/xorg-lib-Xfont.make b/rules/xorg-lib-Xfont.make
index 404630e7d..8795566d9 100644
--- a/rules/xorg-lib-Xfont.make
+++ b/rules/xorg-lib-Xfont.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
@@ -66,6 +66,31 @@ XORG_LIB_XFONT_ENV := $(CROSS_ENV)
#
XORG_LIB_XFONT_AUTOCONF := $(CROSS_AUTOCONF_USR)
+ifdef PTXCONF_XORG_OPTIONS_TRANS_UNIX
+XORG_LIB_XFONT_AUTOCONF += --enable-unix-transport
+else
+XORG_LIB_XFONT_AUTOCONF += --disable-unix-transport
+endif
+
+ifdef PTXCONF_XORG_OPTIONS_TRANS_TCP
+XORG_LIB_XFONT_AUTOCONF += --enable-tcp-transport
+else
+XORG_LIB_XFONT_AUTOCONF += --disable-tcp-transport
+endif
+
+ifdef PTXCONF_XORG_OPTIONS_TRANS_IPV6
+XORG_LIB_XFONT_AUTOCONF += --enable-IPv6
+else
+XORG_LIB_XFONT_AUTOCONF += --disable-IPv6
+endif
+
+ifdef PTXCONF_FREETYPE
+XORG_LIB_XFONT_AUTOCONF += --enable-freetype
+else
+XORG_LIB_XFONT_AUTOCONF += --disable-freetype
+endif
+
+
$(STATEDIR)/xorg-lib-Xfont.prepare: $(xorg-lib-Xfont_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(XORG_LIB_XFONT_DIR)/config.cache)