mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: icecat: Build with PulseAudio support.
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add --enable-pulseaudio.
This commit is contained in:
parent
80db9915a0
commit
46a3e00b5b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -100,6 +100,7 @@ (define-public icecat
|
|||
"--disable-debug"
|
||||
"--disable-debug-symbols"
|
||||
|
||||
"--enable-pulseaudio"
|
||||
"--disable-webrtc" ; webrtc fails to build
|
||||
|
||||
"--with-system-zlib"
|
||||
|
|
Loading…
Reference in a new issue