[Spice-devel] [PATCH] configure.ac: Use gtk+ 3.0 be default
Marc-André Lureau
marcandre.lureau at gmail.com
Tue May 3 08:00:57 PDT 2011
applied (since f15/gtk3 is the new world order)
Ideally, we would have a default on "auto" (note: I am still running f14)
On Tue, May 3, 2011 at 3:21 PM, <zeenix at gmail.com> wrote:
> From: Zeeshan Ali (Khattak) <zeeshanak at gnome.org>
>
> ---
> configure.ac | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 8144ef6..17ba8c5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -135,12 +135,12 @@ AC_SUBST([SASL_LIBS])
>
> AC_MSG_CHECKING([which gtk+ version to compile against])
> AC_ARG_WITH([gtk],
> - [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 2.0)])],
> + [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 3.0)])],
> [case "$with_gtk" in
> 2.0|3.0) ;;
> *) AC_MSG_ERROR([invalid gtk version specified]) ;;
> esac],
> - [with_gtk=2.0])
> + [with_gtk=3.0])
> AC_MSG_RESULT([$with_gtk])
>
> case "$with_gtk" in
> --
> 1.7.5
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>
--
Marc-André Lureau
More information about the Spice-devel
mailing list