open-vm-tools: enable dnet support
authorFlorian Eckert <[email protected]>
Thu, 18 Mar 2021 14:23:40 +0000 (15:23 +0100)
committerRosen Penev <[email protected]>
Thu, 22 Sep 2022 08:29:04 +0000 (01:29 -0700)
Enable dnet support to get guestinfo and nicinfo

Signed-off-by: Florian Eckert <[email protected]>
utils/open-vm-tools/Makefile

index 72b1f4dfe4f924e54d4728b80ff5f8c761528f53..0f4ccc5dba7056b8b1149702438d22e3d7d06aec 100644 (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 <[email protected]>
@@ -74,7 +75,6 @@ CONFIGURE_ARGS+= \
        --disable-vgauth \
        --without-root-privileges \
        --without-kernel-modules \
-       --without-dnet \
        --with-tirpc \
        --without-x \
        --without-gtk2 \