summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Post release version bumpHEADmasterJiří Techet2023-01-181-1/+1
|
* Port to libsoup3Corentin Noël2023-01-111-3/+10
| | | | Allows to use libchamplain with libsoup3 libraries and applications.
* Post release version bumpJiří Techet2019-10-281-1/+1
|
* 0.12.20LIBCHAMPLAIN_0_12_20Jiří Techet2019-10-281-1/+1
|
* meson: Add missing gdk required dependency for champlainMart Raudsepp2019-04-221-0/+1
| | | | | | | | | gdk/gdk.h header is included and gdk_cairo_set_source_pixbuf symbol is used from gdk, thus we need its header include path and link to it. If clutter is built with gtk support, this is implicitly included via clutter-1.0 dep, but it can also be built without gtk support, in which case the build of libchamplain fails due to no gdk/gdk.h header found.
* Post release version bumpJiří Techet2019-03-031-1/+1
|
* 0.12.19LIBCHAMPLAIN_0_12_19Jiří Techet2019-03-031-1/+1
|
* meson: Remove unneeded parametersJan Alexander Steffens (heftig)2019-02-231-9/+0
| | | | These are already implicit.
* meson: Simplify use of gtkdocdirJan Alexander Steffens (heftig)2019-02-231-1/+0
|
* meson: Adjust the comment about lib_versionJan Alexander Steffens (heftig)2019-02-231-5/+5
| | | | | Fix a copy-paste error and make it clearer this isn't libtool's Current:Revision:Age.
* meson: Fix building api_version with odd minorJan Alexander Steffens (heftig)2019-02-211-9/+8
| | | | `version_minor + 1` only works if version_minor is an int.
* Post release version bumpJiří Techet2019-02-211-1/+1
|
* 0.12.18LIBCHAMPLAIN_0_12_18Jiří Techet2019-02-211-1/+1
|
* Fix incorrect format of library version in mesonJiří Techet2019-02-211-4/+4
|
* Post release version bumpJiří Techet2019-02-201-1/+1
|
* Update and fix LIBRARY_VERSION numbersJiří Techet2019-02-201-5/+5
| | | | | Somewhere in the past the "revision" number was zeroed - fix that and update version for the 0.12.17 release.
* Combine champlain and champlain-gtk documentations into oneJiří Techet2019-02-091-6/+6
| | | | | It makes no sense to keep them separate (especially when there's almost nothing in champlain-gtk). Building documentation requires gtk enabled now.
* Simplify an if in mesonJiří Techet2019-02-071-3/+1
|
* Fix gtk detection in mesonJiří Techet2019-02-071-1/+1
|
* Remove unnecessary comparisonsJiří Techet2019-02-071-2/+2
|
* Add a comment about LT_VERSION bump into mesonJiří Techet2019-02-061-0/+7
|
* Bump some really old dependencies to stable versionsJiří Techet2019-02-061-3/+3
|
* Use G_ADD_PRIVATE() and friends instead of g_type_class_add_private()Jiří Techet2019-02-061-2/+2
|
* Port to meson build systemMartin Blanchard2019-02-041-0/+156
| | | | | | | | | | The meson build system focuses on speed an ease of use, which helps speeding up the software development. https://bugzilla.gnome.org/show_bug.cgi?id=794324 https://gitlab.gnome.org/GNOME/libchamplain/issues/37 Closes #37
* Revert "meson: add meson build system"Jiří Techet2018-07-131-76/+0
| | | | | | Commit by mistake. This reverts commit 5c9f0a1c7ccdc77e1a1436d7689ada55b5d83a33.
* meson: add meson build systemwip/tintou/mesonCorentin Noël2018-07-101-0/+76