summaryrefslogtreecommitdiff
path: root/meson_options.txt
Commit message (Collapse)AuthorAgeFilesLines
* build: add option to skip building polkitdPeter Eisenmann2022-09-071-0/+1
|
* meson: support -Dos_type=lfs and /etc/lfs-release autodetectionXi Ruoyao2022-09-071-1/+1
|
* Added support for duktape as JS engineGustavo Lima Chaves2022-01-251-0/+1
| | | | | Original author: Wu Xiaotian (@yetist) Resurrection author, runaway-killer author: Gustavo Lima Chaves (@limachaves)
* build: Port to meson build systemJan Rybar2020-10-261-0/+18
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.