[libvirt] [libvirt-glib] libvirt dependency needs to be bumped

2012-01-15 Thread Nirbheek Chauhan
-- ~Nirbheek Chauhan Gentoo GNOME+Mozilla Team -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [libvirt-glib PATCH] Add vapi dependency to Makefile.am and fix parallel build

2011-11-14 Thread nirbheek
From: Nirbheek Chauhan nirbh...@gentoo.org libvirt-glib-1.0.vapi is needed to generate libvirt-gobject-1.0.vapi Without an explicit dependency, make -jN fails Signed-off-by: Nirbheek Chauhan nirbh...@gentoo.org --- vapi/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions

Re: [libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-08 Thread Nirbheek Chauhan
with designation that it is for a subproject and not for the top-level libvirt.git, which will help in sorting threads as long as all the subprojects still share the primary libvir-list mailing list. Thank you for the tip! I've added this now. :) -- ~Nirbheek Chauhan Gentoo GNOME+Mozilla Team

[libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-07 Thread nirbheek
This is a rather trivial patch to raise the minimum libvirt dependency; at least 0.9.4 is required. In addition, it fixes the direct usage of `vapigen`, and uses the result of the AC_PATH_PROG(VAPIGEN ...) call earlier so that the binary to be used can be overridden as that macro was meant to

Re: [libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-07 Thread Nirbheek Chauhan
On Mon, Nov 7, 2011 at 3:33 PM, Michal Privoznik mpriv...@redhat.com wrote: On 07.11.2011 10:25, nirbh...@gentoo.org wrote: This is a rather trivial patch to raise the minimum libvirt dependency; at least 0.9.4 is required. In addition, it fixes the direct usage of `vapigen`, and uses the