v4l-utils: enable BPF support in cross builds

This commit is contained in:
Robert Schütz
2025-12-03 14:31:05 -08:00
parent efaa95e245
commit dd76940443
+1 -2
View File
@@ -18,8 +18,7 @@
udevCheckHook,
withUtils ? true,
withGUI ? true,
# BPF support fail to cross compile, unable to find `linux/lirc.h`
withBPF ? stdenv.hostPlatform == stdenv.buildPlatform,
withBPF ? true,
alsa-lib,
libGLU,
qt6Packages,