diff options
-rw-r--r-- | meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 3 |
1 files changed, 3 insertions, 0 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 c3cb9d5677..7d024f2602 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 | |||
@@ -47,6 +47,9 @@ 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" |
48 | PACKAGECONFIG[x11] = ",${NO_X11_FLAGS},${X11_DEPENDS}" | 48 | PACKAGECONFIG[x11] = ",${NO_X11_FLAGS},${X11_DEPENDS}" |
49 | 49 | ||
50 | # fuse gets implicitly detected; there is no --without-fuse option. | ||
51 | PACKAGECONFIG[fuse] = ",,fuse" | ||
52 | |||
50 | CFLAGS += '-Wno-error=deprecated-declarations' | 53 | CFLAGS += '-Wno-error=deprecated-declarations' |
51 | 54 | ||
52 | FILES_${PN} += "/usr/lib/open-vm-tools/plugins/vmsvc/lib*.so \ | 55 | FILES_${PN} += "/usr/lib/open-vm-tools/plugins/vmsvc/lib*.so \ |