v4l-utils: enable BPF support in cross builds (#467632)

This commit is contained in:
Aleksana
2025-12-04 13:09:38 +00:00
committed by GitHub
+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,