mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix undefined references in namehint.c
Fixed undefined references in namehint.c when not all components are selected via configure options.
This commit is contained in:
parent
e4c80614e9
commit
40415cd180
2 changed files with 9 additions and 0 deletions
|
|
@ -358,6 +358,9 @@ fi
|
|||
if test "$build_rawmidi" = "yes"; then
|
||||
AC_DEFINE([BUILD_RAWMIDI], "1", [Build raw MIDI component])
|
||||
fi
|
||||
if test "$build_hwdep" = "yes"; then
|
||||
AC_DEFINE([BUILD_HWDEP], "1", [Build hwdep component])
|
||||
fi
|
||||
if test "$build_seq" = "yes"; then
|
||||
AC_DEFINE([BUILD_SEQ], "1", [Build sequencer component])
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue