Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-09 Thread Ken Moffat
On Thu, Mar 08, 2012 at 09:41:08PM +, Ken Moffat wrote: On Wed, Mar 07, 2012 at 12:08:29PM -0600, Bruce Dubbs wrote: It probably would be reasonable to just replace any glib2 dependencies in the book with pkg-config. Sounds a good idea. My cable hardware upgrade went ok, so

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-09 Thread Andrew Benton
On Fri, 09 Mar 2012 21:39:09 + Ken Moffat zarniwh...@ntlworld.com wrote: The following packages have glib2 as an optional dependency : qt4, gtk-doc, pulseaudio. I have no experience of trying to build any of these in the absence of pkg-config. I assume it would be painful (needing to

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-09 Thread Ken Moffat
On Fri, Mar 09, 2012 at 10:25:37PM +, Andrew Benton wrote: On Fri, 09 Mar 2012 21:39:09 + Ken Moffat zarniwh...@ntlworld.com wrote: The following packages have glib2 as an optional dependency : qt4, gtk-doc, pulseaudio. I have no experience of trying to build any of these in

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-09 Thread Ken Moffat
On Fri, Mar 09, 2012 at 11:46:25PM +, Ken Moffat wrote: On Fri, Mar 09, 2012 at 10:25:37PM +, Andrew Benton wrote: gtk-doc compiles fine without pkg-config but reading through the configure script it does use pkg-config to find things like gnome-doc-utils and glib-2.0. Andy

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-09 Thread Andrew Benton
On Fri, 09 Mar 2012 23:54:12 + Ken Moffat zarniwh...@ntlworld.com wrote: Thanks, but to be clear - are you saying gtk-doc won't use them without pkg-config ? I don't know. The way I look at it, configure worked without pkgconfig so we can't say required but it definitely wanted to use

[blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-07 Thread Pierre Labastie
As a test of the new jhalfs/BLFS tools, I have tried to compile 'accountservice' (the first package in the book). The tool generated the following build order: dbus libffi python2 pcre glib2 dbus-glib perl-xml-parser intltool pkgconfig polkit accountsservice. Knowing that libxml2 and expat were

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-07 Thread Pierre Labastie
Le 07/03/2012 18:01, Pierre Labastie a écrit : See attached patch. Forgotten, sorry. Index: blfsbook/general/sysutils/dbus-bindings.xml === --- blfsbook.orig/general/sysutils/dbus-bindings.xml 2012-02-21 17:34:42.0 +0100

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-07 Thread Ken Moffat
On Wed, Mar 07, 2012 at 06:01:32PM +0100, Pierre Labastie wrote: As a test of the new jhalfs/BLFS tools, I have tried to compile 'accountservice' (the first package in the book). The tool generated the following build order: dbus libffi python2 pcre glib2 dbus-glib perl-xml-parser intltool

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-07 Thread Ken Moffat
On Wed, Mar 07, 2012 at 06:37:42PM +0100, Pierre Labastie wrote: Le 07/03/2012 18:01, Pierre Labastie a écrit : See attached patch. Forgotten, sorry. Index: blfsbook/general/sysutils/dbus-bindings.xml === ---

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-07 Thread Bruce Dubbs
Pierre Labastie wrote: The tool generated the following build order: dbus libffi python2 pcre glib2 dbus-glib perl-xml-parser intltool pkgconfig polkit accountsservice. Proposed solution: add pkg-config as a required dependency, and suppress glib2, since it is a dependency of pkg-config.

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-07 Thread Andrew Benton
On Wed, 07 Mar 2012 18:01:32 +0100 Pierre Labastie pierre.labas...@neuf.fr wrote: As a test of the new jhalfs/BLFS tools, I have tried to compile 'accountservice' (the first package in the book). The tool generated the following build order: dbus libffi python2 pcre glib2 dbus-glib

Re: [blfs-dev] pkg-config is a dependency D-Bus GLib bindings

2012-03-07 Thread Pierre Labastie
Le 07/03/2012 19:34, Andrew Benton a écrit : On Wed, 07 Mar 2012 18:01:32 +0100 Pierre Labastiepierre.labas...@neuf.fr wrote: As a test of the new jhalfs/BLFS tools, I have tried to compile 'accountservice' (the first package in the book). The tool generated the following build order: dbus

D-Bus Glib bindings

2009-07-12 Thread Guy Dalziel
Under D-Bus we use the --libexec flag to put the files in /usr/lib/dbus-1.0. However, with the Glib bindings we don't do that even though it puts files in /usr/libexec. I think that we should use --libexecdir for the bindings, '--libexecdir=/usr/lib/dbus-1.0/dbus-glib' should be suitable.