[Meson] Change jack-devel option to be boolean

This commit is contained in:
Nils Tonnätt 2021-08-01 17:54:09 +02:00 committed by Wim Taymans
parent 8dc8fb55f2
commit a5e3d3f7a7
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
jack_inc = include_directories('.')
if get_option('jack-devel').enabled()
if get_option('jack-devel') == true
install_subdir('jack', install_dir: get_option('includedir'), strip_directory: false)
endif
subdir('src')