[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.9.4-1
Guido Günther
agx at sigxcpu.org
Tue Aug 9 15:01:27 UTC 2011
The following commit has been merged in the experimental branch:
commit 05e5a065b70b333ca226355ae36ba768471aa5c2
Author: Guido Günther <agx at sigxcpu.org>
Date: Mon Aug 8 19:58:59 2011 +0200
Use libyajl QEMU JSON support
diff --git a/debian/control b/debian/control
index 501402a..7dc91b9 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends: cdbs (>= 0.4.90~),
libcap-ng-dev [linux-any],
virtualbox-ose [amd64 i386],
libnl-dev [linux-any],
+ libyajl-dev,
# For "make check"
libxml2-utils,
dnsmasq-base,
diff --git a/debian/rules b/debian/rules
index 356a32a..e513591 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,6 +58,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
$(WITH_OPENVZ) \
--with-avahi \
--with-sasl \
+ --with-yajl \
$(WITH_POLKIT) \
$(WITH_UDEV) \
--with-storage-fs \
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list