guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: icecat: Build with PulseAudio support.


From: Ludovic Courtès
Subject: 01/01: gnu: icecat: Build with PulseAudio support.
Date: Wed, 17 Dec 2014 13:07:09 +0000

civodul pushed a commit to branch master
in repository guix.

commit 46a3e00b5bd80146708fd69666ea8e0c859fe19a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 17 14:06:43 2014 +0100

    gnu: icecat: Build with PulseAudio support.
    
    * gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
      --enable-pulseaudio.
---
 gnu/packages/gnuzilla.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 2550bdf..3ebc20d 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
-;;; Copyright © 2013 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -100,6 +100,7 @@
                            "--disable-debug"
                            "--disable-debug-symbols"
 
+                           "--enable-pulseaudio"
                            "--disable-webrtc"     ; webrtc fails to build
 
                            "--with-system-zlib"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]