summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* configure: Post-release version bumpgnome-3-0Colin Walters2011-03-311-1/+1
|
* configure: Post-release version bumpOwen W. Taylor2011-03-251-1/+1
|
* configure: Post-release version bumpColin Walters2011-03-251-1/+1
|
* Don't dist gir/cairo-1.0.gir, it's generatedColin Walters2011-03-251-1/+0
| | | | | | | We should not be disting it, because it contains values derived from configure. Extract it out of STATIC_GIRSOURCES, and also move it to a Makefile rule rather than AC_SUBST as it should be so it gets cleaned properly.
* configure: Post-release version bumpColin Walters2011-03-101-1/+1
|
* cairo-1.0.gir: Use fully qualified shared libraryGOBJECT_INTROSPECTION_0_10_4GOBJECT_INTROSPECTION_0.10.4Colin Walters2011-03-091-2/+2
| | | | | | The .so link is for development, we need to reference the full soname; otherwise things will break without "cairo-devel" installed.
* configure: Post release version bumpColin Walters2011-02-231-1/+1
|
* Post release version bumpColin Walters2011-02-071-1/+1
|
* Depend on cairo-gobject if availableTomeu Vizoso2011-01-201-5/+21
| | | | | | And set library-name and package accordingly in the cairo .gir https://bugzilla.gnome.org/show_bug.cgi?id=639831
* Post-release version bumpGOBJECT_INTROSPECTION_0_10_1Colin Walters2011-01-121-1/+1
|
* Post-release version bumpOwen W. Taylor2010-12-221-1/+1
|
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-7/+3
| | | | | This is cleaner and faster, and prepares us better for an incoming import of CMPH.
* configure: Bump to 0.10 seriesColin Walters2010-10-111-2/+2
|
* configure: Post-release version bumpColin Walters2010-10-061-1/+1
|
* configure: Release 0.9.12GOBJECT_INTROSPECTION_0_9_12Colin Walters2010-10-061-1/+1
|
* configure: post-release version bumpColin Walters2010-09-301-1/+1
|
* configure: Change to bzip2 distGOBJECT_INTROSPECTION_0_9_10Colin Walters2010-09-301-1/+1
| | | | We want to use bzip2 since that's what Fedora uses.
* configure: Post release version bumpColin Walters2010-09-301-1/+1
|
* configure: Post-release version bumpColin Walters2010-09-281-1/+1
|
* configure: post-release version bumpColin Walters2010-09-281-1/+1
|
* configure: Explicitly require GLib 2.24Colin Walters2010-09-231-1/+1
| | | | | We're handling GVariant at least internally now. Potentially we could support earlier, but eh.
* build: post-release version bumpColin Walters2010-09-161-1/+1
|
* Release 0.9.6Colin Walters2010-09-161-1/+1
|
* Enhancement #612253 - add configure --with-glib-src=PATHAlan Knowles2010-09-071-0/+15
| | | | | This enables glib documentation to be added to the generated gir using the original source eg. --with-glib-src=/usr/src/glib
* [tests] Add test infrastructure for warningsJohan Dahlin2010-09-021-0/+1
| | | | | Add an infrastructure for testing warnings, add two examples how to verify warnings
* configure: Bump version to 0.9.5Colin Walters2010-08-311-1/+1
| | | | | No official release yet, but this allows consumer configure.ac to check for a new enough version.
* Remove tests/invokeColin Walters2010-08-171-1/+0
| | | | | | We get better testing through the bindings, having hand-written .gir files is a maintenance pain, and it uses the --code option to g-ir-compiler which we also don't want to support.
* Bump the version after releasing 0.9.3GOBJECT_INTROSPECTION_0_9_2Ryan Lortie2010-08-031-1/+1
|
* Bump for unstable seriesColin Walters2010-07-121-1/+1
|
* Release 0.9.2Colin Walters2010-07-121-1/+1
|
* Quote url for AC_INIT to pacify autoconfColin Walters2010-07-121-1/+1
|
* Don't include machine-dependent integral types in the typelibColin Walters2010-07-091-2/+5
| | | | | | | | | | | | | | | | | | | | Previously we had both e.g. GI_TYPE_TAG_LONG and GI_TYPE_TAG_INT64, but in fact the typelib is already machine-specific, so it makes sense to just encode this as a fixed type. The .gir remains abstract. We also remove size_t from the typelib; one would never want to treat it differently than an integer. time_t is removed as well; while bindings like gjs had special handling to turn it into e.g. a JS Date object, I don't think we should encourage people to use these POSIX types in their API. Use GTimeVal or the like instead. Because the typelib is now really machine-specific, we need to remove the -expected.tgirs from git. (We could potentially add a check which wasn't just a literal diff later) https://bugzilla.gnome.org/show_bug.cgi?id=623774
* Post-release version bumpColin Walters2010-06-291-1/+1
|
* Bump version to 0.9.0GOBJECT_INTROSPECTION_0_9_0Colin Walters2010-06-291-2/+2
|
* [configure] Remove gcov leftoverJohan Dahlin2010-06-051-2/+0
|
* Post-release version bumpColin Walters2010-06-031-1/+1
|
* Post-release version bumpGOBJECT_INTROSPECTION_0_6_14Colin Walters2010-06-031-1/+1
|
* Post-release version bumpColin Walters2010-05-241-1/+1
|
* Post release version bumpJohan Dahlin2010-05-191-1/+1
|
* Bump version to 0.6.11GOBJECT_INTROSPECTION_0_6_11Johan Dahlin2010-05-191-1/+1
|
* [everything] Depend on cairo properlyJohan Dahlin2010-04-201-0/+2
| | | | | | Don't try to build the everything library nor the gir if we can't find cairo. Pass in the right flags so it can be built when cairo is not in the same prefix as the rest of the dependencies.
* Add --disable-tests configure flagColin Walters2010-04-181-0/+9
| | | | This allows us to not hard depend on cairo.
* [configure.ac] Post release version bumpColin Walters2010-04-071-1/+1
|
* [configure.ac] Post-release version bumpColin Walters2010-03-181-1/+1
|
* Post release version bumpJohan Dahlin2009-12-161-1/+1
|
* Post release version bumpJohan Dahlin2009-12-101-1/+1
|
* Add ffi cflags/libs/requires to exported .pcJohan Dahlin2009-12-041-3/+11
| | | | | | | | This is required as external projects such as gjs are now using girffi and thus need the ffi cflags to be able to link. https://bugzilla.gnome.org/show_bug.cgi?id=603653
* Revert "Require libffi.pc"Johan Dahlin2009-12-041-2/+41
| | | | | This reverts commit 92abbe78dd7ffe0ff6d61db5f2bff0745a69115a and 494c1c92520917999407832453c11c2247b4e7bb.
* [configure.ac] Followup to 494c1c92520 - restore $GCOV_LIBSColin Walters2009-12-021-0/+1
|
* Require libffi.pcColin Walters2009-12-021-41/+1
| | | | | | | We use it for girffi.h. Remove the code to detect libffi without the .pc file. If you don't have it, get it. https://bugzilla.gnome.org/show_bug.cgi?id=603653