This is an automatic generated email to let you know that the following patch 
were queued:

Subject: edid-decode: build: Use override_find_program to help subproject usage
Author:  Sebastian Wick <sebastian.w...@redhat.com>
Date:    Wed Jun 5 13:09:03 2024 +0200

This makes the following possible when edid-decode is a subproject:

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

Signed-off-by: Sebastian Wick <sebastian.w...@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 meson.build | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

---

diff --git a/meson.build b/meson.build
index 1e0fe251dcc8..2340714bc879 100644
--- a/meson.build
+++ b/meson.build
@@ -66,4 +66,9 @@ edid_decode = executable(
        install: true,
 )
 
-install_man('edid-decode.1')
\ No newline at end of file
+meson.override_find_program(
+       'edid-decode',
+       edid_decode,
+)
+
+install_man('edid-decode.1')

Reply via email to