gnu: pulseaudio: Add dependency on libcap.

* gnu/packages/pulseaudio.scm (pulseaudio): Add dependency on libcap.
This commit is contained in:
Ludovic Courtès 2013-10-05 16:52:20 +02:00
parent c762e82e5d
commit 09767fb5d3

View File

@ -170,7 +170,7 @@ parse JSON formatted strings back into the C representation of JSON objects.")
("check" ,check))) ("check" ,check)))
(propagated-inputs (propagated-inputs
;; 'libpulse*.la' contain `-lgdbm' and `-lcap', so propagate them. ;; 'libpulse*.la' contain `-lgdbm' and `-lcap', so propagate them.
`(;; ("libcap" ,libcap) `(("libcap" ,libcap)
("gdbm" ,gdbm))) ("gdbm" ,gdbm)))
(home-page "http://www.pulseaudio.org/") (home-page "http://www.pulseaudio.org/")
(synopsis "Sound server") (synopsis "Sound server")