Remove all references to Boost

Since we no longer depend on any of it.
This commit is contained in:
Robbert van der Helm
2022-04-15 15:25:03 +02:00
parent 7b3afa4043
commit 88ac466501
7 changed files with 16 additions and 29 deletions
-4
View File
@@ -183,8 +183,6 @@ endif
# and 64-bit versions
asio_dep = dependency('asio', version : '>=1.22.0')
# TODO: Get rid of the last Boost bits and pieces
boost_dep = dependency('boost', version : '>=1.66')
if meson.version().version_compare('>=0.60')
# Bitsery's CMake build definition is capitalized for some reason
bitsery_dep = dependency('bitsery', 'Bitsery', version : '>=5.2.0')
@@ -248,7 +246,6 @@ shared_library(
configuration_dep,
asio_dep,
boost_dep,
bitsery_dep,
dl_dep,
ghc_filesystem_dep,
@@ -271,7 +268,6 @@ if with_vst3
configuration_dep,
asio_dep,
boost_dep,
bitsery_dep,
dl_dep,
function2_dep,