aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2022-12-11Remove Gtk2 interfaceDavid Robillard1-24/+0
2022-11-19Set up dependencies in parent-first orderDavid Robillard1-10/+10
This ensures that the fallback options here get used, rather than a fallback in another subproject getting to it first.
2022-11-19Set minimal default options for all fallback subprojectsDavid Robillard1-0/+30
2022-11-19Set minimal options when building fallback zix subprojectDavid Robillard1-0/+6
2022-11-19Normalize meson syntaxDavid Robillard1-34/+54
2022-11-19Build Qt UI with -fPICDavid Robillard1-1/+6
Qt is built with -reduce-relocations on Ubuntu, which annoyingly requires executables to be built with -fPIC. I have no idea how to detect this situation, so will just blissfully assume that it doesn't cause any problems elsewhere.
2022-11-16Switch to external zix dependencyDavid Robillard1-4/+6
2022-09-09Jalv 1.6.8David Robillard1-1/+1
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-1/+1
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
2022-08-22Fix standalone buildDavid Robillard1-0/+3
2022-08-18Fix Windows buildDavid Robillard1-30/+38
2022-08-17Configure fallback subprojects in dependency orderDavid Robillard1-8/+8
This is necessary for things like meson.override_find_program() to work properly.
2022-08-17Update zixDavid Robillard1-0/+1
2022-08-17Switch to meson build systemDavid Robillard1-0/+364