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 00:18:33 +01:00 committed by Cole Helbling
parent bc9c6e60a3
commit d55c97e7b5

View file

@ -29,6 +29,10 @@ mkDerivation rec {
pkg-config
];
cmakeFlags = [
"-DVIDEO_SUPPORT=ON"
];
buildInputs = [
exiv2
mpv