[Spice-devel] [PATCH spice-gtk 02/11] build: vapi bindings only available if HAVE_INTROSPECTION

Hans de Goede hdegoede at redhat.com
Thu Dec 8 06:20:09 PST 2011


ACK.

On 12/08/2011 03:12 PM, Marc-André Lureau wrote:
> ---
>   vapi/Makefile.am |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/vapi/Makefile.am b/vapi/Makefile.am
> index b85d8ab..4b99645 100644
> --- a/vapi/Makefile.am
> +++ b/vapi/Makefile.am
> @@ -1,6 +1,7 @@
>   NULL =
>   CLEANFILES =
>
> +if HAVE_INTROSPECTION
>   if WITH_VALA
>   BUILT_VAPI =						\
>   	spice-client-glib-2.0.vapi			\
> @@ -34,5 +35,6 @@ spice-client-gtk-$(SPICE_GTK_API_VERSION).deps: spice-client-gtk-$(SPICE_GTK_API
>   	@echo "gtk+-$(GTK_API_VERSION)">>  $@
>
>   endif
> +endif
>
>   -include $(top_srcdir)/git.mk


More information about the Spice-devel mailing list