[cogl] mingw: Add --enable-deprecated to the recommended build flags



commit 4715f0f01d4de55a9cf690f52d4da211c243565b
Author: Neil Roberts <neil linux intel com>
Date:   Thu Feb 21 15:08:19 2013 +0000

    mingw: Add --enable-deprecated to the recommended build flags
    
    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.
    
    Reviewed-by: Robert Bragg <robert linux intel com>

 build/mingw/mingw-fetch-dependencies.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]