diff options
author | Ross Burton <ross@openedhand.com> | 2006-12-24 15:01:36 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-12-24 15:01:36 +0000 |
commit | 43437febe39493f829291f0b3c0d95d9b042d7af (patch) | |
tree | 02d3dfd23cc6f73465fd79ea61e7bcb5f8e28c09 /meta/conf | |
parent | 1c7b4e362d16555d5b42eaff788cfc84888041dc (diff) | |
download | poky-43437febe39493f829291f0b3c0d95d9b042d7af.tar.gz |
Add DBus 1.0 and deps
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1098 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index 98de3b4723..0f63d3a05c 100644 --- a/meta/conf/distro/poky-bleeding.conf +++ b/meta/conf/distro/poky-bleeding.conf | |||
@@ -1,7 +1,18 @@ | |||
1 | PREFERRED_VERSION_gtk+ ?= "2.10.6" | ||
2 | PREFERRED_VERSION_pango ?= "1.15.2" | ||
3 | PREFERRED_VERSION_cairo ?= "1.3.10" | ||
4 | PREFERRED_VERSION_glib-2.0 ?= "2.12.4" | 1 | PREFERRED_VERSION_glib-2.0 ?= "2.12.4" |
5 | PREFERRED_VERSION_glib-2.0-native ?= "2.12.4" | 2 | PREFERRED_VERSION_glib-2.0-native ?= "2.12.4" |
6 | 3 | ||
7 | require conf/distro/poky.conf \ No newline at end of file | 4 | PREFERRED_VERSION_cairo ?= "1.3.10" |
5 | PREFERRED_VERSION_pango ?= "1.15.2" | ||
6 | PREFERRED_VERSION_gtk+ ?= "2.10.6" | ||
7 | |||
8 | PREFERRED_VERSION_dbus = "1.0.1" | ||
9 | PREFERRED_VERSION_dbus-native = "1.0.1" | ||
10 | PREFERRED_VERSION_dbus-glib = "0.7.2 | ||
11 | PREFERRED_VERSION_dbus-glib-native = "0.7.2 | ||
12 | |||
13 | SRCDATE_gconf-dbus ?= "20061219" | ||
14 | |||
15 | PREFERRED_PROVIDER_gnome-vfs = "gnome-vfs" | ||
16 | PREFERRED_VERSION_gnome-vfs = "2.16.3" | ||
17 | |||
18 | require conf/distro/poky.conf | ||