mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix UCM component handling in configure.in
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
cf446218c2
commit
97e1f132e4
1 changed files with 3 additions and 0 deletions
|
|
@ -436,6 +436,9 @@ fi
|
|||
if test "$build_seq" = "yes"; then
|
||||
AC_DEFINE([BUILD_SEQ], "1", [Build sequencer component])
|
||||
fi
|
||||
if test "$build_ucm" = "yes"; then
|
||||
AC_DEFINE([BUILD_UCM], "1", [Build UCM component])
|
||||
fi
|
||||
|
||||
dnl PCM Plugins
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue