v4l2: skip resolutions that we cant import with eglCreateImage for yuyv

This commit is contained in:
dec05eba
2026-04-17 01:09:12 +02:00
parent 286158a838
commit 3e6bc0224a
2 changed files with 8 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ dep = [
dependency('libdrm'),
dependency('wayland-egl'),
dependency('wayland-client'),
dependency('vulkan'),
]
if build_machine.system() == 'linux'