From 6eba986dc68c92825e2b67a419d397e125af2e4d Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 21 Jun 2025 14:23:53 +0200 Subject: [PATCH] sdl3.2.0 --- app/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/meson.build b/app/meson.build index 90bd8c8d..d7eb5384 100644 --- a/app/meson.build +++ b/app/meson.build @@ -118,7 +118,7 @@ dependencies = [ dependency('libavcodec', version: '>= 57.37', static: static), dependency('libavutil', static: static), dependency('libswresample', static: static), - dependency('sdl3', static: static), + dependency('sdl3', version: '>= 3.2.0', static: static), ] if v4l2_support