mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
package/libvirt: add host-lvm2 dependency
host-lvm2 is needed to avoid the following build failure raised since
the addition of the package in commit
ccfc90e101:
Program pvcreate found: NO
../output-1/build/libvirt-7.7.0/meson.build:1888:6: ERROR: Program 'pvcreate' not found
Fixes:
- http://autobuild.buildroot.org/results/13c12086a0ce06c348d5971b56b5f4f27fa0f317
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
cadf33cab9
commit
e43e3ccbab
@@ -180,7 +180,7 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LVM2_STANDARD_INSTALL),y)
|
||||
LIBVIRT_CONF_OPTS += -Dstorage_lvm=enabled
|
||||
LIBVIRT_DEPENDENCIES += lvm2
|
||||
LIBVIRT_DEPENDENCIES += host-lvm2 lvm2
|
||||
else
|
||||
LIBVIRT_CONF_OPTS += -Dstorage_lvm=disabled
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user