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 {
|
phonon = import ./support/phonon {
|
||||||
inherit (pkgs) stdenv fetchurl cmake pkgconfig;
|
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.gst_all) gstreamer gstPluginsBase;
|
||||||
inherit (pkgs.xlibs) libXau libXdmcp libpthreadstubs;
|
inherit (pkgs.xlibs) libXau libXdmcp libpthreadstubs;
|
||||||
inherit automoc4;
|
inherit automoc4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user