diff options
author | Ross Burton <ross@openedhand.com> | 2006-12-27 09:20:01 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-12-27 09:20:01 +0000 |
commit | adb36b3e02b086aceecf416aeed6c5cf8d839895 (patch) | |
tree | 1e86dfa62c79c01da4ff8e175876f0f270176573 /meta/conf/distro/poky-bleeding.conf | |
parent | 91dc17787714bd2a08d2f4b18784b778d6f2473a (diff) | |
download | poky-adb36b3e02b086aceecf416aeed6c5cf8d839895.tar.gz |
Define preferred provider for dbus-glib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1101 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/poky-bleeding.conf')
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index cf83f10c55..1ca605aac9 100644 --- a/meta/conf/distro/poky-bleeding.conf +++ b/meta/conf/distro/poky-bleeding.conf | |||
@@ -7,6 +7,8 @@ PREFERRED_VERSION_gtk+ ?= "2.10.6" | |||
7 | 7 | ||
8 | PREFERRED_VERSION_dbus = "1.0.1" | 8 | PREFERRED_VERSION_dbus = "1.0.1" |
9 | PREFERRED_VERSION_dbus-native = "1.0.1" | 9 | PREFERRED_VERSION_dbus-native = "1.0.1" |
10 | |||
11 | PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib" | ||
10 | PREFERRED_VERSION_dbus-glib = "0.7.2 | 12 | PREFERRED_VERSION_dbus-glib = "0.7.2 |
11 | PREFERRED_VERSION_dbus-glib-native = "0.7.2 | 13 | PREFERRED_VERSION_dbus-glib-native = "0.7.2 |
12 | 14 | ||