summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* pkgconfig: meson build should match autotools requiresKevin Bowling2021-07-081-0/+1
|
* glu 9.0.2glu-9.0.2Matt Turner2021-06-241-1/+1
|
* Remove glu_mangle.hMatt Turner2021-06-241-2/+1
| | | | | | | | | | | | | | | Long ago when GLU lived in the Mesa repository, there was "name mangling" support that allowed you to build Mesa and GLU with all exported symbols' names "mangled". That is, the symbol names would typically be prefixed with an 'm' so that they would not collide with the system's OpenGL implementation. When GLU was split out into its own repository in 2012 we didn't bring over the name mangling support. No one has noticed this lack of functionality since, to my knowledge. Remove the name mangling header (which was unexpectedly licensed under the GPL).
* Add Meson build systemDylan Baker2021-06-231-0/+38
This should be on par with the autoconf build. Like autoconf it defauilts to generating both a shared and static library. I have intentionally not used the pkg-config template, and used Meson's pkg-config generator instad. This provides dependency and include tracking that would otherwise have to be done manually.