summaryrefslogtreecommitdiffstats
path: root/src/gui/meson.build
AgeCommit message (Collapse)AuthorFilesLines
13 daysAvoid using fallback for dependencies without a subprojectDavid Robillard1-1/+0
This screws things up with older meson versions, particularly with include_type 'system'. I don't think it had any purpose since there's no corresponding subproject inside this one anyway.
2025-01-20Use "system" include type for all dependenciesDavid Robillard1-0/+1
Things get confused when these flags differ across projects, so universally use "system" for external dependencies.
2023-09-23Clean up meson definitionsDavid Robillard1-40/+56
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-18Switch to meson build systemDavid Robillard1-0/+163