aboutsummaryrefslogtreecommitdiff
path: root/utils/open-vm-tools/Makefile
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2021-03-18 15:23:40 +0100
committerRosen Penev <rosenp@gmail.com>2022-09-22 01:29:04 -0700
commit8aeb93b1e75ff8651cd52ac4ed5f95787187751b (patch)
tree9093a884cf26bd8dcac57de5411972ff96ac5d52 /utils/open-vm-tools/Makefile
parent710f04079e79303111b5c0190c5a667bdea0ae9f (diff)
open-vm-tools: enable dnet support
Enable dnet support to get guestinfo and nicinfo Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'utils/open-vm-tools/Makefile')
-rw-r--r--utils/open-vm-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/open-vm-tools/Makefile b/utils/open-vm-tools/Makefile
index 72b1f4dfe..0f4ccc5db 100644
--- a/utils/open-vm-tools/Makefile
+++ b/utils/open-vm-tools/Makefile
@@ -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 \