From 62d84ca49e533912684e2b8ae9ae1cc1c2c640f7 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 16 Jul 2020 13:35:45 +0200 Subject: [PATCH] Add a todo to remove the deprecated Meson options --- meson.build | 2 +- meson_options.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index b546a548..a8001762 100644 --- a/meson.build +++ b/meson.build @@ -35,7 +35,7 @@ with_bitbridge = get_option('with-bitbridge') with_static_boost = get_option('with-static-boost') with_winedbg = get_option('with-winedbg') -# TODO: Remove the `use-` versions of these options in yabridge 2.0.0 +# TODO: Remove the `use-*` versions of these options in yabridge 2.0.0 if not with_bitbridge and get_option('use-bitbridge') with_bitbridge = true warning('''The 'use-bitbridge' option has been deprecated and will be ''' + diff --git a/meson_options.txt b/meson_options.txt index 3379f417..f596c615 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,4 @@ -# TODO: For the next major or minor release, deprecate these `use-*` flags and -# replace them with `with-*` variants. +# TODO: Remove the `use-*` variants of these options in yabridge 2.0.0 option( 'use-bitbridge',