aboutsummaryrefslogtreecommitdiffstats
path: root/include/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2023-09-23Format meson.build files with muonDavid Robillard1-2/+1
The less time wasted with manual code formatting, the better.
2023-05-27Use files() for headers in mesonDavid Robillard1-4/+2
2023-05-27Separate pugl/glu.h from pugl/gl.hDavid Robillard1-0/+1
The GLU library is often shipped in a separate package, so it's possible to have a system with GL, but no GLU headers. Since use of GLU isn't universal (none of the examples use it), its inclusion can break builds that would otherwise work. So, move it to a separate wrapper header so this can be avoided.
2023-01-11Install pugl/attributes.hDavid Robillard1-1/+2
2022-11-24Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-1/+1
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+3
See https://reuse.software/ for details.
2021-05-28Split up meson build definitions moreDavid Robillard1-0/+12