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
|
||||
, extra-cmake-modules
|
||||
, libvlc
|
||||
, libv4l
|
||||
, libX11
|
||||
, kidletime
|
||||
, kdelibs4support
|
||||
|
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
libvlc
|
||||
libv4l
|
||||
libX11
|
||||
kidletime
|
||||
qtx11extras
|
||||
|
|
Loading…
Reference in a new issue