aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-12-02 16:39:53 +0000
committerEwan Mellor <ewan@xensource.com>2006-12-02 16:39:53 +0000
commit7169017f841ddc48438c25b58973405cfa328b44 (patch)
tree8dbb5ae428ef17b375a358d2c5507b7f9f1cbc81 /Config.mk
parentf24b8a3348b6f787d2215b847f9e2d73f17bad36 (diff)
downloadxen-7169017f841ddc48438c25b58973405cfa328b44.tar.gz
xen-7169017f841ddc48438c25b58973405cfa328b44.tar.bz2
xen-7169017f841ddc48438c25b58973405cfa328b44.zip
Make the xenfb tools an optional part of the build, as they introduce new
dependencies (libvncserver and libsdl devel packages). Enable them with XENFB_TOOLS=y. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 364c7231c4..08873d69d4 100644
--- a/Config.mk
+++ b/Config.mk
@@ -69,8 +69,8 @@ ACM_DEFAULT_SECURITY_POLICY ?= ACM_NULL_POLICY
# Optional components
XENSTAT_XENTOP ?= y
-
VTPM_TOOLS ?= n
LIBXENAPI_BINDINGS ?= n
+XENFB_TOOLS ?= n
-include $(XEN_ROOT)/.config