summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* build: Use gettextEmmanuele Bassi2010-12-222-0/+25
|
* build: Re-sync the introspection.m4 fileEmmanuele Bassi2010-08-111-2/+8
|
* build: Depend on gtk+ >= 3.0Emmanuele Bassi2010-07-195-240/+0
| | | | We should stop depending on gtk+ 2.x, and start using the 3.0 API.
* build: Use AM_SILENT_RULES if availableEmmanuele Bassi2009-11-022-1/+19
| | | | | | If we are building against an Automake 1.11 we should be using the AM_SILENT_RULES instead of Shave. If the Automake version is older than 1.11 then fall back to Shave and keep the build clean.
* [build] Use AS_COMPILER_FLAGSEmmanuele Bassi2009-06-222-1/+68
| | | | | | We should use the AS_COMPILER_FLAGS m4 macro to allow for graceful handling of compiler flags on different versions of GCC and on different compilers.
* Build GObject introspection data for clutter-gtkColin Walters2009-05-113-3/+95
| | | | | | | | | Generate the GIR and the typelib for Clutter-GTK using the GObject-Introspection scanner and compiler, respectively. Original patch by: Colin Walters <walters@verbum.org> Patch updated by: Brian Cameron <brian.cameron@sun.com> Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
* [build] Improve build environmentEmmanuele Bassi2009-04-145-0/+229
* De-crustify the configure.ac file by using AS_IF(), AS_CASE() and other useful macros * Update all the variables * Fix the pkg-config file Requires:, and expose the flavour and API version as variables * Fix the autogen.sh script * Use Shave to clean up the libtool and gcc incantations and make the output useful again