From c97469283c12949543193446a2e7832abc6c362e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Oct 2018 13:31:43 +0100 Subject: [PATCH] pcm: build dsd2pcm only if -Dtest=true --- src/pcm/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pcm/meson.build b/src/pcm/meson.build index e1b720a53..e7ac5433b 100644 --- a/src/pcm/meson.build +++ b/src/pcm/meson.build @@ -40,6 +40,7 @@ if get_option('dsd') dependencies: [ util_dep, ], + build_by_default: get_option('test'), install: false, ) endif