summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Bump GTK+ requirement to 3.12.0Andre Klapper2019-01-031-1/+1
| | | | Required for gtk_widget_set_margin_start(). Fixes bug #761946.
* icon: update app iconJakub Steiner2018-09-031-0/+1
| | | | | | | | - GNOME 3.32 redesign of app icons. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2 for more info. /label ~"9. Initiative: AppIconRedesign"
* build: post-release version bump to 3.31.0Cosimo Cecchi2018-09-031-1/+1
|
* release: prepare for 3.30.03.30.0Cosimo Cecchi2018-09-031-1/+1
|
* Post-release version bump to 3.26.1Emmanuele Bassi2017-10-301-1/+1
|
* Release GNOME Screenshot 3.26.03.26.0Emmanuele Bassi2017-10-301-1/+1
|
* build: Define both _POSIX_C_SOURCE and _XOPEN_SOURCE with versionsTing-Wei Lan2017-06-061-1/+1
| | | | | | | | | | | FreeBSD libc assumes defining _POSIX_C_SOURCE without specifying a version means a pre-C89 environment with the oldest version of POSIX standard, IEEE Std 1003.1-1988. Defining _POSIX_C_SOURCE without defining _XOPEN_SOURCE also causes XSI to be disabled. However, M_PI constant is only available in XSI. Therefore, we have to define _XOPEN_SOURCE if we want to define _POSIX_C_SOURCE. https://bugzilla.gnome.org/show_bug.cgi?id=783442
* Bump up to 3.25.0Emmanuele Bassi2017-05-291-1/+1
| | | | Keep in sync with the GNOME development cycle.
* Add Meson buildEmmanuele Bassi2017-05-291-0/+51
Meson is a meta-build system that has several advantages over the existing Autotools build: - it's faster - it's easier to understand - it's well maintained - it's well integrated with the GNOME tooling Various projects in the GNOME ecosystem are moving away from Autootols and using Meson as a replacement.