diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-08-01 12:17:39 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-02 16:28:30 +0000 |
commit | f1ed365474b88fa73dbf97ff02d8378bb734304c (patch) | |
tree | f6622c5ec32f5f7f422eb22228d33fe34bf172ae /meta-agl-profile-core/conf | |
parent | 7cb72acea1e4c8516a76835f51c2b97a03118267 (diff) |
Create a feature to activate pulseaudio in AGL
If pulseaudio is wanted you can use the feature
agl-pulseaudio, to add pulseaudio to DISTRO_FEATURES,
and so, add pulseaudio to AGL distribution.
Bug-AGL: SPEC-1601
Change-Id: Ic6fcad968428c9f337f318369eef822e5e9ff84d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/conf')
-rw-r--r-- | meta-agl-profile-core/conf/include/agl-pulseaudio.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-profile-core/conf/include/agl-pulseaudio.inc b/meta-agl-profile-core/conf/include/agl-pulseaudio.inc new file mode 100644 index 000000000..69092ab95 --- /dev/null +++ b/meta-agl-profile-core/conf/include/agl-pulseaudio.inc @@ -0,0 +1 @@ +DISTRO_FEATURES_append = " pulseaudio" |