[Lunar-commits] <moonbase> libvirt: add the needed gnutls depend.
Florin Braescu
florin at lunar-linux.org
Fri Feb 18 13:53:37 CET 2011
commit 832c504762da576114d7919d64c42d6e390154d7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Feb 18 14:53:37 2011 +0200
libvirt: add the needed gnutls depend.
---
virtual/libvirt/BUILD | 4 ++--
virtual/libvirt/DEPENDS | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/virtual/libvirt/BUILD b/virtual/libvirt/BUILD
index ad5d15d..eec79da 100644
--- a/virtual/libvirt/BUILD
+++ b/virtual/libvirt/BUILD
@@ -1,10 +1,10 @@
(
# this is because XEN isn't included in moonbase yet
- OPTS+=" --without-xen" &&
+ OPTS+=" --without-xen" &&
# this is i guess wanted by all of those that want to use this module
- OPTS+=" --with-network --with-netcf --with-python"
+ OPTS+=" --with-network --with-python"
default_build
) > $C_FIFO 2>&1
diff --git a/virtual/libvirt/DEPENDS b/virtual/libvirt/DEPENDS
index f8e3fbe..f3d11c0 100644
--- a/virtual/libvirt/DEPENDS
+++ b/virtual/libvirt/DEPENDS
@@ -1,10 +1,11 @@
depends dnsmasq
depends bridge-utils
-depends netcf
depends virtinst
+depends gnutls
optional_depends "avahi" "--with-avahi" "--without-avahi" "Advertise daemon to network"
optional_depends "PolicyKit" "--with-polkit" "--without-polkit" "Enable PolicyKit support"
optional_depends "cyrus-sasl" "--with-sasl" "--without-sasl" "Enable SASL Authentication"
+optional_depends "netcf" "--with-netcf" "--without-netcf" "Enable configure host network interfaces"
optional_depends "qemu" "--with-qemu" "--without-qemu" "Enable qemu/kvm support?"
optional_depends "virtualbox" "--with-vbox" "--without-vbox" "Enable virtualbox support?"
More information about the Lunar-commits
mailing list