forked from mirrors/nixpkgs
kaffeine: enable v4l support (#180963)
for libdvbv5, enables the "Digital TV" feature
This commit is contained in:
parent
d20e08cfcb
commit
e44a34a0f6
|
@ -5,6 +5,7 @@
|
||||||
, cmake
|
, cmake
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, libvlc
|
, libvlc
|
||||||
|
, libv4l
|
||||||
, libX11
|
, libX11
|
||||||
, kidletime
|
, kidletime
|
||||||
, kdelibs4support
|
, kdelibs4support
|
||||||
|
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libvlc
|
libvlc
|
||||||
|
libv4l
|
||||||
libX11
|
libX11
|
||||||
kidletime
|
kidletime
|
||||||
qtx11extras
|
qtx11extras
|
||||||
|
|
Loading…
Reference in a new issue