build-sys: meson: change oss-output boolean to Meson feature

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/437>
This commit is contained in:
Igor V. Kovalenko 2020-12-14 08:48:11 +03:00 committed by PulseAudio Marge Bot
parent e3f2c25fac
commit d285b00a16
4 changed files with 6 additions and 7 deletions

View file

@ -73,7 +73,7 @@ if cc.has_header('linux/input.h')
]
endif
if get_option('oss-output')
if cdata.has('HAVE_OSS_OUTPUT')
subdir('oss')
all_modules += [
[ 'module-oss', 'oss/module-oss.c', [], [], [], liboss_util ],