1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

- Use gtk 2.6.7 as opposed to 2.8.3

- Use dbus 0.50 as opposed to 0.36
- Use svn versions of matchbox apps
- Update matchbox svn packages
- Add matchbox-common svn package
- Build gtk tools with gconf


git-svn-id: https://svn.o-hand.com/repos/poky@33 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord
2005-09-23 16:03:33 +00:00
parent cf9d9599cc
commit 57ea7b3990
7 changed files with 34 additions and 16 deletions
+7 -7
View File
@@ -9,18 +9,18 @@ DISTRO_TYPE = "debug"
#PREFERRED_PROVIDER_gconf=gconf-dbus
PREFERRED_VERSION_libmatchbox = "1.7"
PREFERRED_VERSION_libmatchbox = "1.7cvs${CVSDATE}"
PREFERRED_VERSION_matchbox = "0.9.1"
PREFERRED_VERSION_matchbox-common = "0.9.1"
PREFERRED_VERSION_matchbox-desktop = "0.9.1"
PREFERRED_VERSION_matchbox-wm = "svn"
PREFERRED_VERSION_matchbox-panel = "0.9.2"
PREFERRED_VERSION_matchbox-common = "0.9.1cvs${CVSDATE}"
PREFERRED_VERSION_matchbox-desktop = "0.9.1cvs${CVSDATE}"
PREFERRED_VERSION_matchbox-wm = "0.9.5cvs${CVSDATE}"
PREFERRED_VERSION_matchbox-panel = "0.9.2cvs${CVSDATE}"
PREFERRED_VERSION_matchbox-applet-inputmanager = "0.6"
PREFERRED_VERSION_atk = "1.10.0"
PREFERRED_VERSION_cairo = "1.0.0"
PREFERRED_VERSION_glib-2.0 = "2.8.1"
PREFERRED_VERSION_gtk+ = "2.8.3"
PREFERRED_VERSION_gtk+ = "2.6.7"
PREFERRED_VERSION_pango = "1.10.0"
PREFERRED_VERSION_dbus = "0.36"
PREFERRED_VERSION_dbus = "0.50"