pcm: build dsd2pcm only if -Dtest=true
This commit is contained in:
parent
1f8d707082
commit
c97469283c
|
@ -40,6 +40,7 @@ if get_option('dsd')
|
||||||
dependencies: [
|
dependencies: [
|
||||||
util_dep,
|
util_dep,
|
||||||
],
|
],
|
||||||
|
build_by_default: get_option('test'),
|
||||||
install: false,
|
install: false,
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue