summaryrefslogtreecommitdiff
path: root/data/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* meson: i18n.merge_file() does not take a positional argumentMike Gilbert2022-04-211-2/+0
|
* RDNN appdata & desktop fileBilal Elmoussaoui2019-09-131-12/+8
| | | | Rename the appdata file & desktop file to follow the new freedesktop standards
* build: Port to meson build systemIñigo Martínez2019-03-301-0/+71
meson is a build system focused on speed an ease of use, which helps speeding up the software development. meson build system has been added along with autotools.