[Spice-devel] [PATCH spice-gtk 4/4] build-sys: make vapigen silent
Christophe Fergeau
cfergeau at redhat.com
Wed Oct 29 01:48:29 PDT 2014
ACK.
On Tue, Oct 28, 2014 at 09:32:25PM +0100, Marc-André Lureau wrote:
> ---
> vapi/Makefile.am | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/vapi/Makefile.am b/vapi/Makefile.am
> index 46f06a0..ad43d69 100644
> --- a/vapi/Makefile.am
> +++ b/vapi/Makefile.am
> @@ -20,14 +20,14 @@ EXTRA_DIST = \
> CLEANFILES += $(vapi_DATA)
>
> spice-client-glib-2.0.vapi: $(top_builddir)/gtk/SpiceClientGLib-2.0.gir SpiceClientGLib-2.0.metadata
> - $(AM_V_GEN)$(VAPIGEN) \
> + $(AM_V_GEN)$(VAPIGEN) -q \
> --metadatadir=$(srcdir) \
> --library spice-client-glib-2.0 \
> --pkg gio-2.0 \
> $<
>
> spice-client-gtk-$(SPICE_GTK_API_VERSION).vapi: $(top_builddir)/gtk/SpiceClientGtk-$(SPICE_GTK_API_VERSION).gir spice-client-glib-2.0.vapi
> - $(AM_V_GEN)$(VAPIGEN) \
> + $(AM_V_GEN)$(VAPIGEN) -q \
> --vapidir=$(builddir) \
> --girdir=$(top_builddir)/gtk \
> --pkg spice-client-glib-2.0 \
> --
> 1.9.3
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20141029/17a9796c/attachment-0001.sig>
More information about the Spice-devel
mailing list