libvirt: correct libcap-ng options

Fix the following warning by passing correct option to configure script:

WARNING: QA Issue: libvirt: configure was passed unrecognised options:
--with-capnp [unknown-configure-option]

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Dmitry Eremin-Solenikov 2015-04-09 23:01:46 +03:00 committed by Bruce Ashfield
parent 1365af123e
commit 3ba78da0d3

View File

@ -189,7 +189,7 @@ PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iprou
PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl,"
PACKAGECONFIG[fuse] = "--with-fuse,--without-fuse,fuse,"
PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit,"
PACKAGECONFIG[libcap-ng] = "--with-capnp,--without-capng,libcap-ng,"
PACKAGECONFIG[libcap-ng] = "--with-capng,--without-capng,libcap-ng,"
# Enable the Python tool support
require libvirt-python.inc