[Cogl] [PATCH 2/3] mingw: Add --enable-deprecated to the recommended build flags

Robert Bragg robert at sixbynine.org
Thu Feb 21 07:17:59 PST 2013


This looks good to land to me:

Reviewed-by: Robert Bragg <robert at linux.intel.com>

thanks,
- Robert

On Thu, Feb 21, 2013 at 3:14 PM, Neil Roberts <neil at linux.intel.com> wrote:
> The version of Pango that the script downloads is using G_CONST_RETURN
> in the public headers. This won't build if G_DISABLE_DEPRECATED is
> enabled so instead the build script now just recommends to pass
> --enable-deprecated to cogl's configure script.
> ---
>  build/mingw/mingw-fetch-dependencies.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/build/mingw/mingw-fetch-dependencies.sh b/build/mingw/mingw-fetch-dependencies.sh
> index c7d9e83..3014b30 100755
> --- a/build/mingw/mingw-fetch-dependencies.sh
> +++ b/build/mingw/mingw-fetch-dependencies.sh
> @@ -411,7 +411,7 @@ echo
>  echo "To get started, you should be able to configure and build from"
>  echo "the top of your cogl source directory as follows:"
>  echo
> -echo "./configure --host=\"$TARGET\" --target=\"$TARGET\" --build=\"$build_config\" --enable-wgl CFLAGS=\"-mms-bitfields -I$ROOT_DIR/include\" PKG_CONFIG=\"$RUN_PKG_CONFIG\"" PKG_CONFIG_PATH=
> +echo "./configure --host=\"$TARGET\" --target=\"$TARGET\" --build=\"$build_config\" --enable-wgl CFLAGS=\"-mms-bitfields -I$ROOT_DIR/include\" --enable-deprecated PKG_CONFIG=\"$RUN_PKG_CONFIG\"" PKG_CONFIG_PATH=
>  echo "make"
>  echo
>  echo "Note: the explicit --build option is often necessary to ensure autoconf"
> --
> 1.7.11.3.g3c3efa5
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list