diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-07-17 21:19:55 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-17 21:19:55 +0000 |
commit | 0cb061f79a6fc248b13d44aa96d59b99b4736547 (patch) | |
tree | c2e91e46200fb2af2279c49ffb6fb2f8115cee66 | |
parent | 6bf00b4df6b1eddb3733aec3704044191ebdf03a (diff) |
chinook-compat: Corrected dbus-glib version number.
-rw-r--r-- | conf/distro/chinook-compat.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index 0fb2dd4511..0d7e1b3f75 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -89,9 +89,9 @@ PREFERRED_VERSION_gtk+ = "2.10.14" PREFERRED_VERSION_libpng = "1.2.8" PREFERRED_VERSION_expat = "1.95.7" -# only dbus-glib 0.7.4 works with older dbus 1.0.x +# only dbus-glib 0.74 works with older dbus 1.0.x PREFERRED_VERSION_dbus = "1.0.3" -PREFERRED_VERSION_dbus-glib = "0.7.4" +PREFERRED_VERSION_dbus-glib = "0.74" PREFERRED_VERSION_gnome-vfs = "2.16.3" @@ -175,6 +175,9 @@ PREFERRED_VERSION_osso-gnome-vfs2 = "2.16.3" PREFERRED_PROVIDER_midpath = "midpath-maemo" PREFERRED_PROVIDER_midpath-backend-gtk = "midpath-backend-gtk-hildon" +# Need jamvm-initial since cacao 0.98 seems to get miscompiled with newer GCCs. +PREFERRED_PROVIDER_virtual/java-initial = "jamvm-initial" + PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" PREFERRED_PROVIDER_classpath = "classpath" |