From 0486ec6edc6aec50e37ca8ccf08564e2e0e37465 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 21 May 2013 22:19:19 +0200 Subject: [PATCH] [armv7l/portage] add USE=pulseaudio to global USE flags --- conf/armv7l/portage/make.conf.hardfp | 4 +++- conf/armv7l/portage/make.conf.softfp | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/armv7l/portage/make.conf.hardfp b/conf/armv7l/portage/make.conf.hardfp index e1b2deb7..29f6f570 100644 --- a/conf/armv7l/portage/make.conf.hardfp +++ b/conf/armv7l/portage/make.conf.hardfp @@ -17,7 +17,9 @@ MAKEOPTS="-j4 -s" CCACHE_SIZE="5G" CCACHE_DIR="/var/ccache" # Global USE flags -USE="alsa cpudetection cups flac goom joystick mp3 theora truetype xvid vorbis vorbis" +USE="cpudetection cups goom joystick theora truetype xvid" +# Sound USE flags +USE="${USE} pulseaudio alsa flac mp3 vorbis" # System USE flags USE="${USE} dbus introspection logind policykit systemd threads xattr" diff --git a/conf/armv7l/portage/make.conf.softfp b/conf/armv7l/portage/make.conf.softfp index f6d3a449..84204ec4 100644 --- a/conf/armv7l/portage/make.conf.softfp +++ b/conf/armv7l/portage/make.conf.softfp @@ -17,7 +17,9 @@ MAKEOPTS="-j4 -s" CCACHE_SIZE="5G" CCACHE_DIR="/var/ccache" # Global USE flags -USE="alsa cpudetection cups flac goom joystick mp3 theora truetype xvid vorbis vorbis" +USE="cpudetection cups goom joystick theora truetype xvid" +# Sound USE flags +USE="${USE} pulseaudio alsa flac mp3 vorbis" # System USE flags USE="${USE} dbus introspection logind policykit systemd threads xattr"