summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2022-06-19 12:35:02 -0700
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2022-06-19 12:35:02 -0700
commitdd9b244314702b1f50b6d5db86f6049109c77bc4 (patch)
tree7a459124ff784248c7edeb1172f72a5ec81e088f
parent163e04cfdcdf6c87a2eea5060787c7943a24690f (diff)
meson: Fix compatibility version and current version of meson build to be compatible with autotools build
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ec36791..69038c4 100644
--- a/meson.build
+++ b/meson.build
@@ -58,6 +58,7 @@ libXvMC = library(
include_directories : inc,
dependencies : deps,
version : '1.0.0',
+ darwin_versions : [ '2.0.0', '2.0.0' ],
install : true,
)
@@ -86,6 +87,7 @@ libXvMCW = library(
],
dependencies : deps,
version : '1.0.0',
+ darwin_versions : [ '2.0.0', '2.0.0' ],
install : true,
)