spa: define feature macro without value

This is how it is done everywhere else.
This commit is contained in:
Barnabás Pőcze 2024-09-18 17:05:49 +02:00
parent 05ec64623a
commit bf5d5f0201

View file

@ -120,7 +120,7 @@ if get_option('spa-plugins').allowed()
ebur128_lib = dependency('libebur128', required: get_option('ebur128').enabled())
summary({'EBUR128': ebur128_lib.found()}, bool_yn: true, section: 'filter-graph')
cdata.set('HAVE_SPA_PLUGINS', '1')
cdata.set('HAVE_SPA_PLUGINS', true)
subdir('plugins')
endif