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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev