summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>2020-12-14 08:48:11 +0300
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>2020-12-14 19:48:06 +0000
commitd285b00a168e830c1e837513b7442a48c69d9937 (patch)
tree90d9e20c2838a67a3d50c5d05a18901d0031b289 /src/utils
parente3f2c25face8f964827f75dbc8fd766fc02aaf6d (diff)
build-sys: meson: change oss-output boolean to Meson feature
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/437>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/meson.build b/src/utils/meson.build
index 934abb850..a0701987b 100644
--- a/src/utils/meson.build
+++ b/src/utils/meson.build
@@ -84,7 +84,7 @@ if x11_dep.found()
)
endif
-if get_option('oss-output')
+if cdata.has('HAVE_OSS_WRAPPER')
libpulsecommon_sources = [
'padsp.c',
]