|
@@ -44,6 +44,7 @@ if BR2_PACKAGE_LIBVIRT
|
|
|
config BR2_PACKAGE_LIBVIRT_DAEMON
|
|
|
bool "libvirtd"
|
|
|
default y
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_NETCAT_OPENBSD # nmap
|
|
|
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
|
select BR2_PACKAGE_DNSMASQ
|
|
|
select BR2_PACKAGE_EBTABLES
|
|
@@ -57,6 +58,9 @@ config BR2_PACKAGE_LIBVIRT_DAEMON
|
|
|
Build the libvirt daemon (libvirtd) otherwise build only the
|
|
|
utility programs.
|
|
|
|
|
|
+comment "libvirtd needs a toolchain w/ C++"
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP && !BR2_PACKAGE_NETCAT_OPENBSD
|
|
|
+
|
|
|
# Stateful drivers are useful only when building the daemon.
|
|
|
if BR2_PACKAGE_LIBVIRT_DAEMON
|
|
|
|