diff options
| author | Martin Kelly <mkelly@xevo.com> | 2017-06-23 15:48:43 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-01 09:59:25 +0200 |
| commit | 2be0c8b29b3f02cdb6d6b52e5b349a9a45e9b8c8 (patch) | |
| tree | 871c52edca91beeebec8da426b1ba8a9e636dfbf /meta-oe | |
| parent | 443c441443999eb7d11b01587bbc02af0038488d (diff) | |
| download | meta-openembedded-2be0c8b29b3f02cdb6d6b52e5b349a9a45e9b8c8.tar.gz | |
open-vm-tools: line up configure options
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb index 24c8e93003..c3cb9d5677 100644 --- a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb +++ b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | |||
| @@ -38,10 +38,10 @@ inherit autotools pkgconfig systemd | |||
| 38 | 38 | ||
| 39 | SYSTEMD_SERVICE_${PN} = "vmtoolsd.service" | 39 | SYSTEMD_SERVICE_${PN} = "vmtoolsd.service" |
| 40 | 40 | ||
| 41 | EXTRA_OECONF = "--without-icu --disable-multimon --disable-docs --disable-tests \ | 41 | EXTRA_OECONF = "--without-icu --disable-multimon --disable-docs \ |
| 42 | --without-gtkmm --without-xerces --without-pam \ | 42 | --disable-tests --without-gtkmm --without-xerces --without-pam \ |
| 43 | --disable-grabbitmqproxy --disable-vgauth --disable-deploypkg \ | 43 | --disable-grabbitmqproxy --disable-vgauth --disable-deploypkg \ |
| 44 | --without-root-privileges --without-kernel-modules" | 44 | --without-root-privileges --without-kernel-modules" |
| 45 | 45 | ||
| 46 | NO_X11_FLAGS = "--without-x --without-gtk2 --without-gtk3" | 46 | NO_X11_FLAGS = "--without-x --without-gtk2 --without-gtk3" |
| 47 | X11_DEPENDS = "libxext libxi libxrender libxrandr libxtst gtk+ gdk-pixbuf" | 47 | X11_DEPENDS = "libxext libxi libxrender libxrandr libxtst gtk+ gdk-pixbuf" |
