[Spice-devel] [PATCH] Don't build libspice-client-gtk if configured --without-gtk
Benjamin Gilbert
bgilbert at cs.cmu.edu
Wed Feb 4 13:08:29 PST 2015
On 02/04/2015 06:53 AM, Marc-André Lureau wrote:
> +++ b/configure.ac
> @@ -175,6 +175,9 @@ case "$with_gtk" in
> GTK_REQUIRED=2.91.3
> SPICE_GTK_API_VERSION=3.0
> ;;
> + no)
> + AS_IF([test x$enable_gtk_doc = xyes],
> + [AC_MSG_ERROR([Without GTK+, gtk-doc must be disabled])])
> esac
Works for me.
> Are you working on a new frontend?
I'm working on an Android viewer based on Iordan Iordanov's aSPICE.
--Benjamin Gilbert
More information about the Spice-devel
mailing list