summaryrefslogtreecommitdiff
path: root/media-libs/libv4l/files/libv4l-1.26.0-meson.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libv4l/files/libv4l-1.26.0-meson.patch')
-rw-r--r--media-libs/libv4l/files/libv4l-1.26.0-meson.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-libs/libv4l/files/libv4l-1.26.0-meson.patch b/media-libs/libv4l/files/libv4l-1.26.0-meson.patch
index 0c993dd0da96..9f8384033865 100644
--- a/media-libs/libv4l/files/libv4l-1.26.0-meson.patch
+++ b/media-libs/libv4l/files/libv4l-1.26.0-meson.patch
@@ -84,3 +84,28 @@ index 2fa046c0..53cf832f 100644
--
2.42.1
+From 8927b2e98efa070999fdf2c3c61825e672044ffd Mon Sep 17 00:00:00 2001
+From: James Le Cuirot <chewi@gentoo.org>
+Date: Mon, 1 Jan 2024 22:05:34 +0000
+Subject: [PATCH] meson: Fix missing v4l2gl dependency on argp
+
+Signed-off-by: James Le Cuirot <chewi@gentoo.org>
+---
+ contrib/test/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/contrib/test/meson.build b/contrib/test/meson.build
+index 29b51df6..48ee67b1 100644
+--- a/contrib/test/meson.build
++++ b/contrib/test/meson.build
+@@ -107,6 +107,7 @@ if dep_gl.found() and dep_glu.found() and dep_x11.found()
+ )
+
+ v4l2gl_deps = [
++ dep_argp,
+ dep_gl,
+ dep_glu,
+ dep_libv4l2,
+--
+2.43.0
+