qimgv: enable video support

This patch enables video support for qimgv. VIDEO_SUPPORT=OFF is still
the default for the version of qimgv we have. Looks like it will be
enabled by default in the future though.
This commit is contained in:
Alexander Bakker
2023-12-06 06:49:12 -08:00
committed by Cole Helbling
parent bc9c6e60a3
commit d55c97e7b5
@@ -29,6 +29,10 @@ mkDerivation rec {
pkg-config
];
cmakeFlags = [
"-DVIDEO_SUPPORT=ON"
];
buildInputs = [
exiv2
mpv