diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-05-11 23:41:38 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-05-13 19:32:05 +0200 |
commit | aaf2edbcf7cebb40997ec9f519f5ae645dd5695c (patch) | |
tree | 25f6981d29e03f781bb1698b1c0f28ee81ef9c57 /recipes/gnome/gconf_2.28.0.bb | |
parent | 25520c2533264d5fb24ab48ebbba45133fd19474 (diff) |
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:
<khem> GNUtoo: I have seen this error with firefox on my desktop
<GNUtoo> yes but I wonder where to add the dep,then not in matchbox-something
<GNUtoo> maybe in gconf
<khem> yeah gconf seems best
Diffstat (limited to 'recipes/gnome/gconf_2.28.0.bb')
-rw-r--r-- | recipes/gnome/gconf_2.28.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 |