PREFERRED_PROVIDER_gnome-vfs = "gnome-vfs"
PREFERRED_VERSION_gnome-vfs = "2.16.3"
+PREFERRED_PROVIDER_gnome-vfs-plugin-dbus = "gnome-vfs"
require conf/distro/poky.conf
PREFERRED_PROVIDER_libx11 ?= "diet-x11"
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs-dbus"
+PREFERRED_PROVIDER_gnome-vfs-plugin-dbus = "gnome-vfs-dbus"
PREFERRED_PROVIDER_tslib ?= "tslib"
DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib"
RRECOMMENDS = "gnome-vfs-plugin-file gnome-mime-data shared-mime-info"
+# This is to provide compatibility with the gnome-vfs DBus fork
+PROVIDES = "gnome-vfs-plugin-dbus"
+
SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1"
EXTRA_OECONF = "--disable-openssl"