mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
meson: allow customize perl installation path
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@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
a2955b34f4
commit
5463c1d4f6
@@ -1,3 +1,7 @@
|
||||
# Configuration for Git installation
|
||||
option('perllibdir', type: 'string', value: '',
|
||||
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',
|
||||
description: 'Fall-back pager.')
|
||||
|
||||
Reference in New Issue
Block a user