On Thursday, 2018-11-01 09:06:13 -0700, Dylan Baker wrote: > CC: [email protected] > Fixes: 7834926a4f5ca0a60ec3d18c87a1e0a68b615820 > ("meson: add support for generating translation mo files")
Tested-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Thanks :) > --- > 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 1fce397e472..81184fa6b14 100644 > --- a/src/util/xmlpool/meson.build > +++ b/src/util/xmlpool/meson.build > @@ -37,4 +37,4 @@ xmlpool_options_h = custom_target( > ) > > i18n = import('i18n') > -i18n.gettext('xmlpool') > +i18n.gettext('xmlpool', install : false) > -- > 2.19.1 > _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
