libjpeg needs to be propagated build input of v4l
This commit is contained in:
parent
7626674ae0
commit
3ba3c1f25d
@ -43,7 +43,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ alsaLib libjpeg libX11 qt4 qt5 ];
|
buildInputs = [ alsaLib libX11 qt4 qt5 ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ libjpeg ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "V4L utils and libv4l, provide common image formats regardless of the v4l device";
|
description = "V4L utils and libv4l, provide common image formats regardless of the v4l device";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user