Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx> writes: > Some distros, notably Fedora, want to install non-core Perl libraries > into specific directory, namely /usr/share/perl5/vendor_perl. > > The Makefile build system allows this by overriding perllibdir variable, > let's make meson works on par with our Makefile. > > Signed-off-by: Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx> > --- Will queue. The incremental since the previous iteration looks exactly as Patrick suggested, which looks good to me, too. Thanks. > Range-diff against v1: > 1: 14e38695adbd6 ! 1: a9d431944b6d9 meson: allow customize perl installation path > @@ meson.build: if perl_features_enabled > ## meson_options.txt ## > @@ > +# Configuration for Git installation > -+ > +option('perllibdir', type: 'string', value: '', > -+ description: 'Directory to install perl lib to. Default to <datadir>/perl5') > ++ description: 'Directory to install perl lib to. Defaults to <datadir>/perl5') > + > # Configuration for how Git behaves at runtime. > option('default_pager', type: 'string', value: 'less',