Merge branch 'dd/meson-perl-custom-path'

Meson-based build framework update.

* dd/meson-perl-custom-path:
  meson: allow customize perl installation path
This commit is contained in:
Junio C Hamano
2025-05-15 17:24:56 -07:00
10 changed files with 19 additions and 10 deletions

View File

@@ -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.')