libcanberra: Use the right GTK+ version, use GThread as well, disable OSS support (recommended).
svn path=/nixpkgs/trunk/; revision=13822
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libtool, gtk
|
||||
{ stdenv, fetchurl, pkgconfig, libtool, gtk, gthread
|
||||
, alsaLib, pulseaudio, gstreamer, libvorbis }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ pkgconfig libtool gtk alsaLib pulseaudio gstreamer libvorbis ];
|
||||
|
||||
configureFlags = "--disable-oss";
|
||||
|
||||
meta = {
|
||||
description = "libcanberra, an implementation of the XDG Sound Theme and Name Specifications";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user