mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
open-vm-tools: support FUSE
The vmhgfs driver is now gone, but they use FUSE instead. Add FUSE support so we don't lose the functionality vmhgfs use to provide. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
2be0c8b29b
commit
532b1c0566
@@ -47,6 +47,9 @@ NO_X11_FLAGS = "--without-x --without-gtk2 --without-gtk3"
|
||||
X11_DEPENDS = "libxext libxi libxrender libxrandr libxtst gtk+ gdk-pixbuf"
|
||||
PACKAGECONFIG[x11] = ",${NO_X11_FLAGS},${X11_DEPENDS}"
|
||||
|
||||
# fuse gets implicitly detected; there is no --without-fuse option.
|
||||
PACKAGECONFIG[fuse] = ",,fuse"
|
||||
|
||||
CFLAGS += '-Wno-error=deprecated-declarations'
|
||||
|
||||
FILES_${PN} += "/usr/lib/open-vm-tools/plugins/vmsvc/lib*.so \
|
||||
|
||||
Reference in New Issue
Block a user