[Spice-devel] [PATCH spice] server: remove dep on CEGUI

Alon Levy alevy at redhat.com
Wed Jan 19 05:53:47 PST 2011


On Wed, Jan 19, 2011 at 03:01:04PM +0100, Hans de Goede wrote:
> ---
>  configure.ac |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 8719f32..0c26b92 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -171,14 +171,12 @@ if test "x$use_gui" = "xyes"; then
>      [
>          AC_SUBST(CEGUI06_CFLAGS)
>          AC_SUBST(CEGUI06_LIBS)
> -        SPICE_REQUIRES+=" CEGUI-0.6"
>          CEGUI06_CFLAGS+="-DUSE_GUI"
>      ],
>      [
>          PKG_CHECK_MODULES(CEGUI, CEGUI >= 0.6.0 CEGUI < 0.7.0)
>          AC_SUBST(CEGUI_CFLAGS)
>          AC_SUBST(CEGUI_LIBS)
> -        SPICE_REQUIRES+=" CEGUI"
>          CEGUI_CFLAGS+="-DUSE_GUI"
>      ])
>  fi

ACK

> -- 
> 1.7.3.2
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list