diff options
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index 0d4bc37..2eaa428 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 |