Skip to content

Commit

Permalink
www-client/firefox-52: revbump to enable alsa support when USE=-pulse…
Browse files Browse the repository at this point in the history
…audio

This change occured in the eclass rather than in the ebuild, but the end-result
is changes-on-disk in firefox and so the ebuild was revbumped.

Package-Manager: portage-2.3.3
  • Loading branch information
axs-gentoo committed Mar 21, 2017
1 parent 9ff97f3 commit 85a94da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eclass/mozconfig-v6.52.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RDEPEND=">=app-text/hunspell-1.2:=
>=media-libs/mesa-10.2:*
media-libs/fontconfig
>=media-libs/freetype-2.4.10
kernel_linux? ( media-libs/alsa-lib )
kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) )
pulseaudio? ( media-sound/pulseaudio )
virtual/freedesktop-icon-theme
dbus? ( >=sys-apps/dbus-0.60
Expand Down Expand Up @@ -301,6 +301,10 @@ mozconfig_config() {
mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"

mozconfig_use_enable pulseaudio
# force the deprecated alsa sound code if pulseaudio is disabled
if use kernel_linux && ! use pulseaudio ; then
mozconfig_annotate '-pulseaudio' --enable-alsa
fi

mozconfig_use_enable system-cairo
mozconfig_use_enable system-sqlite
Expand Down
File renamed without changes.

0 comments on commit 85a94da

Please sign in to comment.