On Mon, 2014-06-02 at 16:12 -0600, Eric Blake wrote:
> This hit the list with line-wrapping , making it a bit harder to tell
> what changed. 

Sorry, patch attached to avoid line wrapping.

I wonder if the libvirt-gconfig-1.0.vapi dependency should actually
REPLACE the one on libvirt-glib-1.0.vapi, but I haven't checked.
From cca64359dd43a5392609c58b7f8c1fe161e3775e Mon Sep 17 00:00:00 2001
From: Michael Catanzaro <[email protected]>
Date: Mon, 2 Jun 2014 11:36:24 -0500
Subject: [PATCH] build: fix race in vapi/ subdirectory

libvirt-gobject-1.0.vapi depends on libvirt-gconfig-1.0.vapi
---
 vapi/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vapi/Makefile.am b/vapi/Makefile.am
index 0154104..af10e98 100644
--- a/vapi/Makefile.am
+++ b/vapi/Makefile.am
@@ -17,7 +17,7 @@ libvirt-glib-1.0.vapi: $(top_builddir)/libvirt-glib/LibvirtGLib-1.0.gir
 		--library libvirt-glib-1.0	\
 		$<
 
-libvirt-gobject-1.0.vapi: $(top_builddir)/libvirt-gobject/LibvirtGObject-1.0.gir libvirt-glib-1.0.vapi
+libvirt-gobject-1.0.vapi: $(top_builddir)/libvirt-gobject/LibvirtGObject-1.0.gir libvirt-glib-1.0.vapi libvirt-gconfig-1.0.vapi
 	$(AM_V_GEN)$(VAPIGEN)							 \
 		--vapidir=$(builddir)						 \
 		--pkg gobject-2.0						 \
-- 
1.9.3

Attachment: signature.asc
Description: This is a digitally signed message part

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to