summaryrefslogtreecommitdiff
path: root/gnome-settings-daemon/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* build: Apply a workaround for D-Bus code generationIñigo Martínez2018-02-051-2/+26
| | | | | | | | | | | | | | | | | meson uses gdbus-codegen for D-Bus code generation. However, both files are generated implicitly, so meson is not able to know how many files are generated, so it does generate only one opaque target that represents the two files. A new script has been created only to call gdbus-codegen and simulate the generation of the source code and header as different targets. Please see: https://bugzilla.gnome.org/show_bug.cgi?id=791015 https://github.com/mesonbuild/meson/pull/2930 https://bugzilla.gnome.org/show_bug.cgi?id=793087
* build: Port to meson build systemIñigo Martínez2018-02-051-0/+41
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. https://bugzilla.gnome.org/show_bug.cgi?id=793087