diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-09-02 14:25:27 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-09-02 14:25:27 +0000 |
commit | c49400dab0dbfd43842fcf6bdfc59937f4c0afe6 (patch) | |
tree | bd22f642ade2a3a4ea8c8a86d938f7c9b24920f8 /openembedded/conf | |
parent | 305ac49171325d05834a945b373b4e432006d83d (diff) | |
download | poky-c49400dab0dbfd43842fcf6bdfc59937f4c0afe6.tar.gz |
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
Diffstat (limited to 'openembedded/conf')
-rw-r--r-- | openembedded/conf/distro/poky-additions.inc | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/openembedded/conf/distro/poky-additions.inc b/openembedded/conf/distro/poky-additions.inc index b882342f98..278c07abbe 100644 --- a/openembedded/conf/distro/poky-additions.inc +++ b/openembedded/conf/distro/poky-additions.inc | |||
@@ -9,17 +9,18 @@ DISTRO_TYPE = "debug" | |||
9 | 9 | ||
10 | PREFERRED_PROVIDER_gconf=gconf-dbus | 10 | PREFERRED_PROVIDER_gconf=gconf-dbus |
11 | 11 | ||
12 | PREFERRED_VERSION_libmatchbox ?= "1.7" | 12 | PREFERRED_VERSION_libmatchbox = "1.7" |
13 | PREFERRED_VERSION_matchbox ?= "0.9.1" | 13 | PREFERRED_VERSION_matchbox = "0.9.1" |
14 | PREFERRED_VERSION_matchbox-common ?= "0.9.1" | 14 | PREFERRED_VERSION_matchbox-common = "0.9.1" |
15 | PREFERRED_VERSION_matchbox-desktop ?= "0.9.1" | 15 | PREFERRED_VERSION_matchbox-desktop = "0.9.1" |
16 | PREFERRED_VERSION_matchbox-wm ?= "svn" | 16 | PREFERRED_VERSION_matchbox-wm = "svn" |
17 | PREFERRED_VERSION_matchbox-panel ?= "0.9.2" | 17 | PREFERRED_VERSION_matchbox-panel = "0.9.2" |
18 | PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6" | 18 | PREFERRED_VERSION_matchbox-applet-inputmanager = "0.6" |
19 | 19 | ||
20 | PREFERRED_VERSION_atk ?= "1.10.0" | 20 | PREFERRED_VERSION_atk = "1.10.0" |
21 | PREFERRED_VERSION_cairo ?= "1.0.0" | 21 | PREFERRED_VERSION_cairo = "1.0.0" |
22 | PREFERRED_VERSION_glib-2.0 ?= "2.8.1" | 22 | PREFERRED_VERSION_glib-2.0 = "2.8.1" |
23 | PREFERRED_VERSION_gtk+ ?= "2.8.3" | 23 | PREFERRED_VERSION_gtk+ = "2.8.3" |
24 | PREFERRED_VERSION_pango ?= "1.10.0" | 24 | PREFERRED_VERSION_pango = "1.10.0" |
25 | 25 | ||
26 | PREFERRED_VERSION_dbus = "0.36" | ||