aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-04-17 01:09:12 +0200
committerdec05eba <dec05eba@protonmail.com>2026-04-17 01:10:27 +0200
commit3e6bc0224a2484e9df97c24a7c6db3dab04453af (patch)
tree8cb6cf9323e175063c83be99ac324dd6daa06ab9 /meson.build
parent286158a838e94420403257cf8c6e9052ff02b9f1 (diff)
v4l2: skip resolutions that we cant import with eglCreateImage for yuyv
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b0fa9dc..921efa5 100644
--- a/meson.build
+++ b/meson.build
@@ -74,6 +74,7 @@ dep = [
dependency('libdrm'),
dependency('wayland-egl'),
dependency('wayland-client'),
+ dependency('vulkan'),
]
if build_machine.system() == 'linux'