Port to the meson build system.
commit53a3eff3601ec4164a4ad80fa892920fb1989268
authorThomas Martitz <thomas.martitz@mailbox.org>
Fri, 4 Feb 2022 23:12:28 +0000 (5 00:12 +0100)
committerThomas Martitz <thomas.martitz@mailbox.org>
Mon, 14 Mar 2022 21:16:26 +0000 (14 22:16 +0100)
treeef6521a527830aa94a6739bfb1570a8946d2c384
parentdcc0f2959bb490be4801ec9e98058d6bd136c1df
Port to the meson build system.

Benefits are blazing fast builds and more user friendly configuration.
This is promised by meson and I would agree in the case of Geany.

Autotools is supported and still the default.

Meson builds might have rough edges but should generally work OK.
Time will tell if it superseeds autotools builds completely.
.github/workflows/build.yml
README
data/meson.build [new file with mode: 0644]
doc/meson.build [new file with mode: 0644]
icons/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
plugins/meson.build [new file with mode: 0644]
po/meson.build [new file with mode: 0644]
tests/meson.build [new file with mode: 0644]