]> code.ossystems Code Review - openembedded-core.git/commitdiff
fix 'if not set then' login in poky-additions.inc
authorMatthew Allum <mallum@openedhand.com>
Fri, 2 Sep 2005 14:25:27 +0000 (14:25 +0000)
committerMatthew Allum <mallum@openedhand.com>
Fri, 2 Sep 2005 14:25:27 +0000 (14:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@18 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/conf/distro/poky-additions.inc

index b882342f98944f01bad375d0eae5e013b16d5c8f..278c07abbe8b18a3e54feffcc241a9f8bb39bec7 100644 (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"