diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-25 22:06:53 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-25 22:06:53 +0200 |
commit | eb044c9482ca90d25609bbec82461f1a54bc09d8 (patch) | |
tree | 82f13b386964491e35916b6ab6b5dc1b61f47103 | |
parent | 1bbc447786b2633005481aec7c3bf342c58aad84 (diff) |
preferred-gpe-versions-2.7.inc: prefer libmatchbox 1.8 to fix a couple of bugs (already in the feeds).
Signed-off-by: Rene Wagner <rw@handhelds.org>
-rw-r--r-- | org.handhelds.familiar/conf/distro/preferred-gpe-versions-2.7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.handhelds.familiar/conf/distro/preferred-gpe-versions-2.7.inc b/org.handhelds.familiar/conf/distro/preferred-gpe-versions-2.7.inc index cc487d5..07be923 100644 --- a/org.handhelds.familiar/conf/distro/preferred-gpe-versions-2.7.inc +++ b/org.handhelds.familiar/conf/distro/preferred-gpe-versions-2.7.inc @@ -10,7 +10,7 @@ PREFERRED_PROVIDER_gconf=gconf-dbus PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus #specify versions, as the header says :) -PREFERRED_VERSION_libmatchbox ?= "1.7" +PREFERRED_VERSION_libmatchbox ?= "1.8" PREFERRED_VERSION_matchbox ?= "0.9.1" PREFERRED_VERSION_matchbox-common ?= "0.9.1" PREFERRED_VERSION_matchbox-desktop ?= "0.9.1" |