diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-07-10 14:50:43 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-10 14:50:43 +0000 |
commit | 0edf712c220323fe0bffd354012ea8ede0946c07 (patch) | |
tree | 6b3c63cf17fb5a1c361f3c50d12c28c9cce26771 /conf/distro/chinook-compat.conf | |
parent | 21b1c8a5c53d1cafaacad8ea7ae115846f3a8706 (diff) |
chinook-compat: Set dbus-glib version preference to 0.7.4.
Diffstat (limited to 'conf/distro/chinook-compat.conf')
-rw-r--r-- | conf/distro/chinook-compat.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index f6029eed1b..0fb2dd4511 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -87,9 +87,12 @@ PREFERRED_VERSION_pango = "1.16.4" PREFERRED_VERSION_atk = "1.18.0" PREFERRED_VERSION_gtk+ = "2.10.14" PREFERRED_VERSION_libpng = "1.2.8" -PREFERRED_VERSION_dbus = "1.0.3" PREFERRED_VERSION_expat = "1.95.7" +# only dbus-glib 0.7.4 works with older dbus 1.0.x +PREFERRED_VERSION_dbus = "1.0.3" +PREFERRED_VERSION_dbus-glib = "0.7.4" + PREFERRED_VERSION_gnome-vfs = "2.16.3" # 3.9.1 would be correct |