mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/libvirt: add libnl optional dependency
libnl is an optional dependency (which is enabled by default) since the addition of the package in commitccfc90e101Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit69bcb52766) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
96a48f1222
commit
1cebcd27b8
@@ -134,6 +134,13 @@ else
|
||||
LIBVIRT_CONF_OPTS += -Dlibiscsi=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBNL),y)
|
||||
LIBVIRT_CONF_OPTS += -Dlibnl=enabled
|
||||
LIBVIRT_DEPENDENCIES += libnl
|
||||
else
|
||||
LIBVIRT_CONF_OPTS += -Dlibnl=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBPCAP),y)
|
||||
LIBVIRT_CONF_OPTS += -Dlibpcap=enabled
|
||||
LIBVIRT_DEPENDENCIES += libpcap
|
||||
|
||||
Reference in New Issue
Block a user