From bfb6c66ee406d2e3db618e41e32d51d63e430657 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 10 Apr 2012 08:56:25 +0200 Subject: [PATCH] angstrom: add 'pulseaudio' distro feature Signed-off-by: Koen Kooi --- conf/distro/include/angstrom.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index ad14f81..c1f1cad 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -150,6 +150,7 @@ DISTRO_FEATURES = "alsa argp bluetooth ext2 ipv4 ipv6 irda largefile nfs pam pci DISTRO_FEATURES += "tk" DISTRO_FEATURES += "x11" DISTRO_FEATURES += "3g" +DISTRO_FEATURES += "pulseaudio" # Inherit the default LIBC features superset from OE-core DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}"