diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-06 08:40:52 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-12 11:18:27 +0100 |
commit | d2f623dad5566dcfc3a85666d88c59124b280c95 (patch) | |
tree | 2820677dd0a1c9407c2dda0e5afc2d365498129a /configure | |
parent | 22d81543913ca1abe05ce14b7a792cacc469b2b1 (diff) |
audio/pulseaudio: build as module
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180306074053.22856-7-kraxel@redhat.com
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5974,7 +5974,7 @@ echo "CONFIG_AUDIO_DRIVERS=$audio_drv_list" >> $config_host_mak for drv in $audio_drv_list; do def=CONFIG_AUDIO_$(echo $drv | LC_ALL=C tr '[a-z]' '[A-Z]') case "$drv" in - alsa | oss) + alsa | oss | pa) echo "$def=m" >> $config_host_mak ;; *) echo "$def=y" >> $config_host_mak ;; |