mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
config files - do not include ucm/topology configuration when not requested
This commit is contained in:
parent
b917a0c0a8
commit
c7e8708441
1 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,11 @@
|
|||
SUBDIRS=cards pcm alsa.conf.d ucm topology
|
||||
SUBDIRS=cards pcm alsa.conf.d
|
||||
|
||||
if BUILD_UCM
|
||||
SUBDIRS += ucm
|
||||
endif
|
||||
if BUILD_TOPOLOGY
|
||||
SUBDIRS += topology
|
||||
endif
|
||||
|
||||
cfg_files = alsa.conf
|
||||
if BUILD_ALISP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue