meson_options.txt (flatpak-1.15.1.tar.xz) | : | meson_options.txt (flatpak-1.15.2.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
type : 'string', | type : 'string', | |||
description : 'install bash completion script in this directory', | description : 'install bash completion script in this directory', | |||
value : '', | value : '', | |||
) | ) | |||
option( | option( | |||
'bwrapdir', | 'bwrapdir', | |||
type : 'string', | type : 'string', | |||
description : 'install bwrap in this directory [default: bindir, or libexecdir in subprojects]', | description : 'install bwrap in this directory [default: bindir, or libexecdir in subprojects]', | |||
) | ) | |||
option( | option( | |||
'build_rpath', | ||||
type : 'string', | ||||
description : 'set a RUNPATH or RPATH on the bwrap executable', | ||||
) | ||||
option( | ||||
'install_rpath', | ||||
type : 'string', | ||||
description : 'set a RUNPATH or RPATH on the bwrap executable', | ||||
) | ||||
option( | ||||
'man', | 'man', | |||
type : 'feature', | type : 'feature', | |||
description : 'generate man pages', | description : 'generate man pages', | |||
value : 'auto', | value : 'auto', | |||
) | ) | |||
option( | option( | |||
'program_prefix', | 'program_prefix', | |||
type : 'string', | type : 'string', | |||
description : 'Prepend string to bwrap executable name, for use with subprojec ts', | description : 'Prepend string to bwrap executable name, for use with subprojec ts', | |||
) | ) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 10 lines changed or added |