phonon-backend-vlc: use libvlc
This commit is contained in:
parent
9eb4c70c74
commit
fff4504bc9
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchurl, cmake, phonon, pkgconfig, vlc
|
{ stdenv, lib, fetchurl, cmake, phonon, pkgconfig, libvlc
|
||||||
, extra-cmake-modules, qttools, qtbase, qtx11extras
|
, extra-cmake-modules, qttools, qtbase, qtx11extras
|
||||||
, debug ? false
|
, debug ? false
|
||||||
}:
|
}:
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
phonon
|
phonon
|
||||||
vlc
|
libvlc
|
||||||
qtbase
|
qtbase
|
||||||
qtx11extras
|
qtx11extras
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user