diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-07-10 14:52:41 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-10 14:52:41 +0000 |
commit | 61568fc98d0047094c553c6341591185c6a32593 (patch) | |
tree | c9b085e5b6fcc7bd04ed3924ca0c6a10cf9468a1 | |
parent | 8860d326b55de67f29e3839c24f6d08158263cd1 (diff) | |
parent | 0edf712c220323fe0bffd354012ea8ede0946c07 (diff) |
merge of 'c1a81a9f8ce5ecb75232b4be49a91f4f1a0e19a0'
and 'f25e95db78aa5e69fe6e1ce592806448ba1dfe00'
-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 |