fix 'if not set then' login in poky-additions.inc

git-svn-id: https://svn.o-hand.com/repos/poky@18 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2005-09-02 14:25:27 +00:00
parent 305ac49171
commit c49400dab0
1 changed files with 13 additions and 12 deletions

View File

@ -9,17 +9,18 @@ DISTRO_TYPE = "debug"
PREFERRED_PROVIDER_gconf=gconf-dbus
PREFERRED_VERSION_libmatchbox ?= "1.7"
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-applet-inputmanager ?= "0.6"
PREFERRED_VERSION_libmatchbox = "1.7"
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-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_pango ?= "1.10.0"
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_pango = "1.10.0"
PREFERRED_VERSION_dbus = "0.36"