mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Remove WithSys meson option
This was unused anyway
This commit is contained in:
parent
7948fa073b
commit
e58d51d140
2 changed files with 0 additions and 6 deletions
|
@ -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')
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue