mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Make pulseaudio support in phonon configurable.
svn path=/nixpkgs/trunk/; revision=24027
This commit is contained in:
parent
cd73464fdf
commit
e99b3198fa
|
@ -11,7 +11,8 @@ pkgs.recurseIntoAttrs (rec {
|
|||
|
||||
phonon = import ./support/phonon {
|
||||
inherit (pkgs) stdenv fetchurl cmake pkgconfig;
|
||||
inherit (pkgs) qt4 xineLib pulseaudio;
|
||||
inherit (pkgs) qt4 xineLib;
|
||||
pulseaudio = if pkgs.getConfig ["phonon" "pulseaudioSupport"] true then pkgs.pulseaudio else null;
|
||||
inherit (pkgs.gst_all) gstreamer gstPluginsBase;
|
||||
inherit (pkgs.xlibs) libXau libXdmcp libpthreadstubs;
|
||||
inherit automoc4;
|
||||
|
|
Loading…
Reference in a new issue