From aaf2edbcf7cebb40997ec9f519f5ae645dd5695c Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 11 May 2010 23:41:38 +0200 Subject: gconf 2.28.0: depending on dbus-x11 fixes ORBit issues and bump PR If we don't depend on dbus-x11 starting /etc/x11/xserver-nodm output messages like: GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. I think gconf is the right package to depend on dbus-x11 because: work/.../GConf-2.28.0/po $ grep "GConf Error:" en_GB.po msgid "GConf Error: %s\n" msgstr "GConf Error: %s\n" And : grep "Failed to contact configuration server" en_GB.po "Failed to contact configuration server; some possible causes are that you " "Failed to contact configuration server; some possible causes are that you " And: GNUtoo: I have seen this error with firefox on my desktop yes but I wonder where to add the dep,then not in matchbox-something maybe in gconf yeah gconf seems best --- recipes/gnome/gconf_2.28.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes') diff --git a/recipes/gnome/gconf_2.28.0.bb b/recipes/gnome/gconf_2.28.0.bb index 225302bbf4..e0aaffed7a 100644 --- a/recipes/gnome/gconf_2.28.0.bb +++ b/recipes/gnome/gconf_2.28.0.bb @@ -10,6 +10,10 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.28/GConf-${PV}.tar.bz2 SRC_URI[archive.md5sum] = "ad2aeb9c7d906b274954c51a615caeac" SRC_URI[archive.sha256sum] = "d057dcfe2bfb2a80e592349c2a78d7dce12d19542aeced466c64fb701c806ac8" +PR="r1" + +RDEPENDS += "dbus-x11" + EXTRA_OECONF = " --without-openldap --disable-gtk-doc --enable-gtk POLKIT_POLICY_FILE_VALIDATE=true" inherit autotools gettext -- cgit v1.2.3