summaryrefslogtreecommitdiff
path: root/src/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* tests: Compile gsettings schemas for use in build testsJeremy Bicha2021-09-201-12/+15
| | | | Closes: https://bugzilla.gnome.org/show_bug.cgi?id=731009
* I hate libcanberra!Michael Catanzaro2019-08-051-1/+2
| | | | | | | | | | It's the only library where the pkg-config name doesn't match the vapi, and meson does NOT like this. This commit allows us to build without requiring and linking to libcanberra-gtk (the GTK 2 version). The proper solution is to stop using libcanberra and use gsound instead.
* build: Port to meson build systemIñigo Martínez2019-07-291-0/+38
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools.