mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add a todo to remove the deprecated Meson options
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ with_bitbridge = get_option('with-bitbridge')
|
|||||||
with_static_boost = get_option('with-static-boost')
|
with_static_boost = get_option('with-static-boost')
|
||||||
with_winedbg = get_option('with-winedbg')
|
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')
|
if not with_bitbridge and get_option('use-bitbridge')
|
||||||
with_bitbridge = true
|
with_bitbridge = true
|
||||||
warning('''The 'use-bitbridge' option has been deprecated and will be ''' +
|
warning('''The 'use-bitbridge' option has been deprecated and will be ''' +
|
||||||
|
|||||||
+1
-2
@@ -1,5 +1,4 @@
|
|||||||
# TODO: For the next major or minor release, deprecate these `use-*` flags and
|
# TODO: Remove the `use-*` variants of these options in yabridge 2.0.0
|
||||||
# replace them with `with-*` variants.
|
|
||||||
|
|
||||||
option(
|
option(
|
||||||
'use-bitbridge',
|
'use-bitbridge',
|
||||||
|
|||||||
Reference in New Issue
Block a user