Skip to content
Snippets Groups Projects
Commit 63167cdf authored by Guido Günther's avatar Guido Günther
Browse files

Enable libxl

Closes: #698093
parent 44510ba9
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ Build-Depends:
python-all-dev (>= 2.6.6-3~),
libavahi-client-dev,
libsasl2-dev,
libxen-dev [i386 amd64],
libxen-dev (>= 4.3) [i386 amd64],
lvm2 [linux-any],
open-iscsi [linux-any],
libparted0-dev (>= 2.2),
......
......@@ -5,10 +5,12 @@ export VIR_TEST_DEBUG=1
ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
WITH_XEN = --with-xen
WITH_LIBXL = --with-libxl
WITH_VBOX = --with-vbox
MAKE_CHECK = 1
else
WITH_XEN = --without-xen
WITH_LIBXL = --without-libxl
WITH_VBOX = --without-vbox
endif
WITH_STORAGE_LVM = --with-storage-lvm
......@@ -59,6 +61,7 @@ else
WITH_AUDIT = --without-audit
WITH_DTRACE = --without-dtrace
WITH_XEN = --without-xen
WITH_LIBXL = --without-libxl
WITH_VBOX = --without-vbox
endif
......@@ -89,6 +92,7 @@ DEB_CONFIGURE_EXTRA_ARGS := \
$(WITH_NETWORK) \
$(WITH_NETCF) \
$(WITH_XEN) \
$(WITH_LIBXL) \
$(WITH_VBOX) \
$(WITH_LXC) \
$(WITH_DTRACE) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment