]> git.alsa-project.org Git - alsa-lib.git/commit
mixer: Don't install smixer modules unless python is enabled
authorTakashi Iwai <tiwai@suse.de>
Mon, 14 Nov 2016 10:46:05 +0000 (11:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 14 Nov 2016 10:46:05 +0000 (11:46 +0100)
commita668a94238dc67b19ae187b52a161e027d79ee5d
tree4b934cd2b075e6cfeaa60309f6beca1d30c019d5
parent4597577750b66b08e3e3340f13861fdc480252e7
mixer: Don't install smixer modules unless python is enabled

Currently the whole smixer stuff depends on python, so it doesn't make
sense to install plugins partially when the python support is
disabled.

This patch changes Makefile.am not to install the smixer stuff at all
when the python support is disabled via configure script.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
modules/mixer/simple/Makefile.am