mutter/build/mingw
Neil Roberts 1871045b45 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>

(cherry picked from commit 4715f0f01d4de55a9cf690f52d4da211c243565b)
2013-02-21 15:20:55 +00:00
..
Makefile.am Adds mingw dependency fetching script 2011-05-05 21:20:47 +01:00
mingw-fetch-dependencies.sh mingw: Add --enable-deprecated to the recommended build flags 2013-02-21 15:20:55 +00:00
README Adds mingw dependency fetching script 2011-05-05 21:20:47 +01:00

The mingw-fetch-dependencies.sh script in this directory automates
fetching of the depndencies required to cross compile Clutter using
the MinGW compiler. For a description of how to use it, see:

 http://wiki.clutter-project.org/wiki/BuildingClutterOnWindows