meta-audio-4a-framework: align on eel with latest components revisions
[AGL/meta-agl-devel.git] / meta-audio-4a-framework / conf / include / agl-audio-4a-framework.inc
1 # In order to enable the audio-4a-framework features ,
2 # enables the following line:
3 #
4 DISTRO_FEATURES_append = " agl-audio-4a-framework "
5
6 # asound.conf is provided by the 4a-hal-config (and not by asound.state)
7 #VIRTUAL-RUNTIME_alsa-state = "4a-hal-config"
8 VIRTUAL_RUNTIME_alsa-state = ""
9 # additionally there is a bug in alsa-utils-alsactl where it pulls in alsa-state directly
10 RRECOMMENDS_pn-alsa-utils-alsactl = "VIRTUAL-RUNTIME_alsa-state"
11
12 # why should a config package have -dev ... I'll leave that answer to you.
13 PACKAGES_pn-alsa-state_remove = "alsa-state-dev"
14 PACKAGES_pn-alsa-state_remove = "alsa-states-dev"
15 PACKAGES_pn-alsa-state = "alsa-state alsa-states"
16
17 PREFERRED_PROVIDER_virtual/mixer ?= "4a-mixer"