mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-06-04 03:03:31 -04:00
src/Versions.in: Add guards for sequencer and rawmidi syms
Similarly like PCM and others, add the ifdef guards for new symbols for sequencer and rawmidi interfaces. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
2071eb8a44
commit
32e2c8d8a2
2 changed files with 12 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ endif
|
|||
if BUILD_RAWMIDI
|
||||
SUBDIRS += rawmidi
|
||||
libasound_la_LIBADD += rawmidi/librawmidi.la
|
||||
VERSION_CPPFLAGS += -DHAVE_RAWMIDI_SYMS
|
||||
endif
|
||||
if BUILD_HWDEP
|
||||
SUBDIRS += hwdep
|
||||
|
|
@ -44,6 +45,7 @@ endif
|
|||
if BUILD_SEQ
|
||||
SUBDIRS += seq
|
||||
libasound_la_LIBADD += seq/libseq.la
|
||||
VERSION_CPPFLAGS += -DHAVE_SEQ_SYMS
|
||||
endif
|
||||
if BUILD_UCM
|
||||
SUBDIRS += ucm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue