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 @@ -74,7 +75,6 @@ CONFIGURE_ARGS+= \ --disable-vgauth \ --without-root-privileges \ --without-kernel-modules \ - --without-dnet \ --with-tirpc \ --without-x \ --without-gtk2 \