summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.9.6HEAD1.9.6masterCarlos Garnacho2022-06-011-1/+1
|
* Release 1.9.51.9.5Carlos Garnacho2021-05-221-1/+1
|
* docs: Use a more idiomatic gtk-doc set upEmmanuele Bassi2021-05-221-0/+1
| | | | | | | | | | | - look for sources in both source and build directories - depend on the built library - ignore the generated, uninstalled marshallers header - make gtk-doc track the overview.xml file - add the missing indices - add the missing symbols - use a boolean `gtk_doc` build option, like every other GNOME project
* docs: Simplify the directory layoutEmmanuele Bassi2021-05-221-1/+1
| | | | There's no other documentation, and there is only one API reference.
* Drop Qt4 supportEmmanuele Bassi2021-05-201-16/+0
| | | | Qt 4 was end-of-lifed in December 2015.
* build: Use the built-in summary()Emmanuele Bassi2021-05-201-8/+4
| | | | | | | | Instead of hand-rolling our own. Remove the bit about the C compiler: Meson prints out the compiler in its default output. Similarly, remove the bit about the source directory: Meson does that automatically.
* build: Require a specific version of MesonEmmanuele Bassi2021-05-201-0/+1
| | | | Something not ancient.
* meson.build: don't require C++Fabrice Fontaine2020-05-081-1/+1
| | | | | | Does not mandate C++ as it is only required for extractqt.cpp Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* Release 1.9.41.9.4Carlos Garnacho2017-08-111-1/+1
|
* Release 1.9.31.9.3Carlos Garnacho2017-08-101-1/+1
|
* meson: Fix library versioningJan Alexander Steffens (heftig)2017-08-101-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786067
* Release 1.9.21.9.2Carlos Garnacho2017-08-091-1/+1
|
* Meson build instructions for libmediaartSam Thursfield2017-08-091-0/+127
These are hopefully complete already. I have compared an Autotools-built and a Meson-built install of libmediaart and found only the following differences: * libmediaart-2.0.la isn't generated by Meson * External references in the gtk-doc documentation are relative with Meson and absolute with Autotools * Some changes in generated .vapi file and .pc file https://bugzilla.gnome.org/show_bug.cgi?id=783562