aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-02-29 12:29:50 +0000
committerOpenmoko anonymizer key <devel@lists.openmoko.org>2008-02-29 12:29:50 +0000
commit3649f62fb0080fecd8f55d520a7d58bcff15b95e (patch)
treefcaeb20a782f4060e6034434b4070c5854699fa4 /conf
parent5bd5a39dff021fd8efc2e95d301589b6e68bce75 (diff)
downloadopenembedded-3649f62fb0080fecd8f55d520a7d58bcff15b95e.tar.gz
openmoko.conf: add stuffs for jalimo
* classpath, cacao-initial and swt3.4-gtk
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/openmoko.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf
index deaba21cf5..8fab5e5058 100644
--- a/conf/distro/openmoko.conf
+++ b/conf/distro/openmoko.conf
@@ -64,7 +64,11 @@ PACKAGE_ARCH_pn-neod_fic-gta02 = "${MACHINE_CLASS}"
PREFERRED_PROVIDER_gtk+ = "gtk+-fastscaling"
PREFERRED_VERSION_gtk+-fastscaling = "2.10.14"
+# for jalimo
+PREFERRED_PROVIDER_classpath = "classpath"
+PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
+PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk"
+
# deploy gta01 and gta02 in ${MACHINE_CLASS} directory
DEPLOY_DIR_IMAGE_fic-gta01 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"
DEPLOY_DIR_IMAGE_fic-gta02 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"
-