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:
parent
710f04079e
commit
8aeb93b1e7
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue