diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-05-19 12:33:08 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-05-19 12:33:08 +0000 |
commit | 6fbbb4e91c6d7b269b6766a882025f58584d8848 (patch) | |
tree | ef2e9a59104497b8db43de0e46d63661507f23e8 /conf | |
parent | 751d710b0b347b7807eee4e8a9134badf5b175dc (diff) | |
parent | 9863abe97e59170ce8513bfda7e55a7f2a127332 (diff) |
merge of '4392736ce508627f703cfd1f8849601caf77f045'
and 'fb05f74b0b5c179d6ed3f8897306c5563c223a50'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/chinook-compat.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index 528765b634..e834c8c4c8 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -163,8 +163,10 @@ PREFERRED_VERSION_osso-gwconnect = "1.0.12" PREFERRED_VERSION_osso-gnome-vfs2 = "2.16.3" # Java stuff +PREFERRED_PROVIDER_midpath = "midpath-maemo" +PREFERRED_PROVIDER_midpath-backend-gtk = "midpath-backend-gtk-hildon" -PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" +PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" PREFERRED_PROVIDER_classpath = "classpath" PREFERRED_VERSION_classpath = "0.97.1" @@ -197,6 +199,8 @@ PKG_libsoup = "libsoup2.2-8" PKG_libsdl-image = "libsdl-image1.2" PKG_libsdl-directfb = "libsdl1.2" +PKG_libsdl-ttf = "libsdl-ttf2.0-0" +PKG_libsdl-gfx = "libsdl-gfx1.2-4" PKG_bluez-libs = "libbluetooth2" |