[Mesa-dev] [PATCH 5/5] meson: use meson generated translation files
Dylan Baker
dylan at pnwbakers.com
Fri Aug 24 14:13:45 UTC 2018
This is a change from the current status-quo, namely to get dri-conf
translations you now *must* run the meson generation scripts, even if
you're building from an autotools generated tarball (an official
release).
---
src/util/xmlpool/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/xmlpool/meson.build b/src/util/xmlpool/meson.build
index 9696a3d8a81..8047f064a3b 100644
--- a/src/util/xmlpool/meson.build
+++ b/src/util/xmlpool/meson.build
@@ -23,7 +23,7 @@ xmlpool_options_h = custom_target(
input : ['gen_xmlpool.py', 't_options.h'],
output : 'options.h',
command : [
- prog_python, '@INPUT@', meson.current_source_dir(),
+ prog_python, '@INPUT@', '--meson', meson.current_build_dir(),
'ca', 'es', 'de', 'nl', 'sv', 'fr',
],
capture : true,
--
2.18.0
More information about the mesa-dev
mailing list