This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: edid-decode: use override_find_program() to ease subproject use
Author:  Simon Ser <cont...@emersion.fr>
Date:    Fri Dec 20 19:14:10 2024 +0000

The following will work when edid-decode is used as a subproject:

    subproject('edid-decode')
    edid_decode = find_program('edid-decode')

This got lost in the v4l-utils migration.

Signed-off-by: Simon Ser <cont...@emersion.fr>
Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

 utils/edid-decode/meson.build | 2 ++
 1 file changed, 2 insertions(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=7c70ee79b9129891ad838f52af3e4217912a9c82
diff --git a/utils/edid-decode/meson.build b/utils/edid-decode/meson.build
index c2ddd9583795..807d4e873c05 100644
--- a/utils/edid-decode/meson.build
+++ b/utils/edid-decode/meson.build
@@ -25,4 +25,6 @@ edid_decode = executable(
        install: true,
 )
 
+meson.override_find_program('edid-decode', edid_decode)
+
 man_pages += [[ meson.current_source_dir(), 'edid-decode', 1 ]]

Reply via email to