diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-10-21 20:40:28 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-10-21 20:40:28 +0000 |
commit | bd9190c53157c64620fb08f0349d8d7d6a64fb79 (patch) | |
tree | b30b5ad3912b80804f978f38996656adc8a23ec4 /recipes/tinymail/libtinymail_0.0.1.bb | |
parent | 5411ee5d6f940ab71593c277f08a087d5deadbd8 (diff) |
many recipes: Recipes must not depend on gconf-dbus directly, only dbus can be referred:
* Only PREFERRED_PROVIDER_gconf in distro definition can refer to gconf-dbus.
* Both gconf-dbus and gconf provide than same interface.
* New gconf packages already provide defaults settings via dbus.
* Increment PR to rebuild against correct package.
Diffstat (limited to 'recipes/tinymail/libtinymail_0.0.1.bb')
-rw-r--r-- | recipes/tinymail/libtinymail_0.0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tinymail/libtinymail_0.0.1.bb b/recipes/tinymail/libtinymail_0.0.1.bb index 06f53d3799..77c20097f8 100644 --- a/recipes/tinymail/libtinymail_0.0.1.bb +++ b/recipes/tinymail/libtinymail_0.0.1.bb @@ -1,7 +1,8 @@ DESCRIPTION = "TinyMail is an attempt to create an E-mail framework for mobile devices" SECTION = "x11/utils" LICENSE = "LGPL" -DEPENDS = "gtk+ glib-2.0 gnome-vfs gconf-dbus libgnomeui" +DEPENDS = "gtk+ glib-2.0 gnome-vfs gconf libgnomeui" +PR = "r1" EXTRA_OECONF=" --disable-gnome --with-platform=gpe --with-html-component=none" |