phonon-backend-vlc: use libvlc
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user