summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/chinook-compat.conf7
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"