
3 Jun
2014
3 Jun
'14
2:05 p.m.
On Tue, 2014-06-03 at 09:26 +0200, Christophe Fergeau wrote:
Does it need libvirt-gconfig.vapi, or libvirt-gconfig.gir? The only reference to libvirt-gconfig in this Makefile rule is --girdir=$(top_builddir)/libvirt-gconfig
It needs to be the vapi: libvirt-gconfig-1.0.vapi is a dep of libvirt-gobject-1.0.vapi according to the .deps file. (But libvirt-glib-1.0.vapi is not.) The gir is guaranteed to be generated before we enter this directory. Michael