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: meson.build: dep_systemd was not set in one case
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Tue Jan 16 14:26:41 2024 +0100

If the systemdsystemunitdir option was set, then dep_systemd
was never set, causing meson to fail. Just always set this.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=daab1df7a7e1b443a0c56e6a8b9f71fda2d037d3
diff --git a/meson.build b/meson.build
index 3196d9a79f0a..3529f6d2f91a 100644
--- a/meson.build
+++ b/meson.build
@@ -273,9 +273,9 @@ if dep_jpeg.found()
     dep_jpeg_priv_libs = '-ljpeg'
 endif
 
+dep_systemd = dependency('systemd', required : false)
 systemd_systemdir = get_option('systemdsystemunitdir')
 if systemd_systemdir == ''
-    dep_systemd = dependency('systemd', required : false)
     if dep_systemd.found()
         systemd_systemdir = dep_systemd.get_variable(pkgconfig : 
'systemdsystemunitdir')
     endif
_______________________________________________
linuxtv-commits mailing list -- linuxtv-commits@linuxtv.org
To unsubscribe send an email to linuxtv-commits-le...@linuxtv.org
%(web_page_url)slistinfo/%(_internal_name)s

Reply via email to