From 66e4e279fea7888f7c70d95121c62c4106b7b1c2 Mon Sep 17 00:00:00 2001
From: Ross Burton <ross@openedhand.com>
Date: Tue, 12 Dec 2006 15:55:00 +0000
Subject: Add missing PREFERRED_VERSION_ prefixes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1021 311d38ba-8fff-0310-9ca6-ca027cbcb966
---
 meta/conf/distro/poky-bleeding.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'meta')

diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf
index 0d4bc37eb..2eaa428b5 100644
--- a/meta/conf/distro/poky-bleeding.conf
+++ b/meta/conf/distro/poky-bleeding.conf
@@ -1,6 +1,6 @@
 PREFERRED_VERSION_gtk+ ?= "2.10.6"
-pango ?= "1.15.1"
-cairo ?= "1.3.6"
-glib ?= "2.12.0"
+PREFERRED_VERSION_pango ?= "1.15.1"
+PREFERRED_VERSION_cairo ?= "1.3.6"
+PREFERRED_VERSION_glib ?= "2.12.0"
 
 require conf/distro/poky.conf
\ No newline at end of file
-- 
cgit v1.2.3