summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2022-03-26libXvMC 1.0.13libXvMC-1.0.13Matt Turner
Signed-off-by: Matt Turner <mattst88@gmail.com>
2022-03-26meson: Fix typoMatt Turner
Signed-off-by: Matt Turner <mattst88@gmail.com>
2022-03-26meson: Add a meson build systemDylan Baker
This does everything the autotools based system does, including building both a static and shared version by default, though this can be controlled with meson's builtin `default_library` option.