summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2024-02-04libXvMC 1.0.14libXvMC-1.0.14Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-06-19meson: Fix compatibility version and current version of meson build to be ↵Jeremy Huddleston Sequoia1-0/+2
compatible with autotools build Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2022-03-26Make doc install path from meson match autotoolsAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-03-26libXvMC 1.0.13libXvMC-1.0.13Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2022-03-26meson: Fix typoMatt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2022-03-26meson: Add a meson build systemDylan Baker1-0/+106
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.