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: use `localedir` for `LOCALEDIR`
Author:  Yarny <[email protected]>
Date:    Fri Jun 20 20:21:46 2025 +0200

Meson knows about the option `localedir`.

https://mesonbuild.com/Builtin-options.html

We should use it for locale files so they end up in the proper
package when the build outputs are split into separate packages.

Signed-off-by: Yarny <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>

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

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=1a86657afd88889fe0918128211fb231b0eeeccd
diff --git a/meson.build b/meson.build
index 2cca95d0d588..b7d346a40ba2 100644
--- a/meson.build
+++ b/meson.build
@@ -200,7 +200,7 @@ if cc.has_function('strerrorname_np')
     conf.set('HAVE_STRERRORNAME_NP', 1)
 endif
 
-conf.set_quoted('LOCALEDIR', get_option('prefix') / get_option('datadir') / 
'locale')
+conf.set_quoted('LOCALEDIR', get_option('prefix') / get_option('localedir'))
 
 # Meson 0.60 handles the iconv dependency natively. For older versions, fall
 # back to manual checks for the iconv_open function in libc, or finding an

Reply via email to