config.mk 510 Bytes
Newer Older
Michael Shigorin's avatar
Michael Shigorin committed
1
+pulse: use/sound/pulse; @:
2
+alsa:  use/sound/alsa; @:
Michael Shigorin's avatar
Michael Shigorin committed
3

4
# "bare" ALSA (which is good enough for many of us) with persistent levels
Michael Shigorin's avatar
Michael Shigorin committed
5 6
use/sound:
	@$(call add_feature)
7
	@$(call add,THE_LISTS,sound/base)
8
	@$(call add,THE_LISTS,$$(THE_SOUND))
9 10 11

# ALSA only sound (additional utils needed if using pulseaudio)
use/sound/alsa: use/sound
12
	@$(call set,THE_SOUND,sound/alsa)
Michael Shigorin's avatar
Michael Shigorin committed
13 14 15

# PulseAudio (useful for per-app levels, dynamic devices and networked sound)
use/sound/pulse: use/sound
16
	@$(call set,THE_SOUND,sound/pulseaudio)