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

View file

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