Skip to content

Commit

Permalink
libvirt: lvm2 is required since libvirt need dm-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Feb 2, 2013
1 parent 1a62bdd commit da7c1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions virtual/libvirt/BUILD
Expand Up @@ -7,6 +7,7 @@ OPTS+=" --without-xen \
--with-interface \
--with-network \
--with-secrets \
--with-storage-lvm \
--with-init-script=none"

default_build
2 changes: 1 addition & 1 deletion virtual/libvirt/DEPENDS
Expand Up @@ -7,14 +7,14 @@ depends openssl
depends bridge-utils
depends logrotate
depends dnsmasq
depends lvm2

optional_depends avahi "--with-avahi" "--without-avahi" "for avahi support"
optional_depends gnutls "--with-gnutls" "--without-gnutls" "for GNUTLS encryption support"
optional_depends attr "--with-attr" "--without-attr" "for extended fs attributes support"
optional_depends qemu "--with-qemu --with-qemu-user=nobody --with-qemu-group=nogroup" \
"--without-qemu" \
"for QEMU support"
optional_depends lvm2 "--with-storage-lvm" "--without-storage-lvm" "for LVM storage support"
optional_depends dbus "--with-dbus" "--without-dbus" "for DBUS support"
optional_depends curl "--with-curl" "--without-curl" "for CURL support"
optional_depends libpciaccess "--with-pciaccess" "--without-pciaccess" "for pciaccess support"
Expand Down

0 comments on commit da7c1d2

Please sign in to comment.