Remove WithSys meson option

This was unused anyway
This commit is contained in:
scorpion-26 2024-04-14 17:57:46 +02:00
parent 7948fa073b
commit e58d51d140
2 changed files with 0 additions and 6 deletions

View file

@ -93,9 +93,6 @@ endif
if get_option('WithBlueZ')
add_global_arguments('-DWITH_BLUEZ', language: 'cpp')
endif
if get_option('WithSys')
add_global_arguments('-DWITH_SYS', language: 'cpp')
endif
if get_option('WithSNI')
add_global_arguments('-DWITH_SNI', language: 'cpp')

View file

@ -10,6 +10,3 @@ option('WithSNI', type: 'boolean', value : true)
option('WithNvidia', type: 'boolean', value : true)
option('WithAMD', type: 'boolean', value : true)
option('WithBlueZ', type: 'boolean', value : true)
# You shouldn't enable this, unless you know what you are doing!
option('WithSys', type: 'boolean', value : false)