mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-19 07:00:06 -05:00
conf: don't install smixer.conf when python is not available
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
2544b6cd55
commit
481badb4e9
1 changed files with 2 additions and 0 deletions
|
|
@ -12,8 +12,10 @@ if BUILD_ALISP
|
|||
cfg_files += sndo-mixer.alisp
|
||||
endif
|
||||
if BUILD_MODULES
|
||||
if BUILD_PYTHON
|
||||
cfg_files += smixer.conf
|
||||
endif
|
||||
endif
|
||||
|
||||
EXTRA_DIST = $(cfg_files)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue