aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/open-vm-tools/APKBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/community/open-vm-tools/APKBUILD b/community/open-vm-tools/APKBUILD
index f2d651a73f..48c4349f5d 100644
--- a/community/open-vm-tools/APKBUILD
+++ b/community/open-vm-tools/APKBUILD
@@ -37,23 +37,18 @@ makedepends="
glib-dev
gtk+3.0-dev
gtkmm3-dev
- libdnet-dev
libice-dev
libmspack-dev
- libnotify-dev
libsm-dev
libtirpc-dev
libtool
- libxcomposite-dev
libxext-dev
libxinerama-dev
libxrandr-dev
libxtst-dev
linux-headers
- m4
openssl-dev
rpcgen
- xmlsec-dev
"
pkggroups="vmware"
source="$pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-$_ver.tar.gz
@@ -106,13 +101,12 @@ build() {
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
+ --with-x \
--without-dnet \
--without-xerces \
--without-icu \
- --with-x \
--without-kernel-modules \
--without-pam \
- --enable-xmlsec1 \
--disable-werror \
--disable-glibc-check
make