open-vm-tools: enable dnet support

Enable dnet support to get guestinfo and nicinfo

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2021-03-18 15:23:40 +01:00 committed by Rosen Penev
parent 710f04079e
commit 8aeb93b1e7
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,8 @@ $(call Package/open-vm-tools/Default)
+glib2 \
+libpthread \
+libtirpc \
+libmspack
+libmspack \
+libdnet
TITLE:=open-vm-tools
URL:=https://github.com/vmware/open-vm-tools
MAINTAINER:=Yuhei OKAWA <tochiro.srchack@gmail.com>
@ -74,7 +75,6 @@ CONFIGURE_ARGS+= \
--disable-vgauth \
--without-root-privileges \
--without-kernel-modules \
--without-dnet \
--with-tirpc \
--without-x \
--without-gtk2 \