diff options
author | Matthias Hentges <oe@hentges.net> | 2007-03-03 23:46:45 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-03-03 23:46:45 +0000 |
commit | a8cc71d7ae103cd205b7f6dcf0f91d901b42bee7 (patch) | |
tree | a183be2a388987de57c5cb18cae764b9e66b817d /conf | |
parent | c87c2b8071f503cc0fabceec49c0548c4fdbbb0c (diff) |
openmoko.inc: Fix PREFERRED_PROVIDER_gnome-vfs and add PREFERRED_PROVIDER_gnome-vfs-plugin-file
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/openmoko.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/include/openmoko.inc b/conf/distro/include/openmoko.inc index a68409cf4c..168d9bb6a2 100644 --- a/conf/distro/include/openmoko.inc +++ b/conf/distro/include/openmoko.inc @@ -70,7 +70,9 @@ PREFERRED_PROVIDER_gconf = "gconf-dbus" #new #PREFERRED_PROVIDER_gnome-vfs = "gnome-vfs" #old -PREFERRED_PROVIDER_gnome-vfs = "gnome-vfs-dbus" +PREFERRED_PROVIDER_gnome-vfs = "gnome-vfs" +PREFERRED_PROVIDER_gnome-vfs-plugin-file = "gnome-vfs" + PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" PREFERRED_PROVIDER_bluez-utils = "bluez-utils-dbus" |