* '1' of https://github.com/neheb/util-linux:
  meson: fix option value
This commit is contained in:
Karel Zak 2023-01-02 13:34:01 +01:00
commit 00e58b18b3

View file

@ -195,7 +195,7 @@ option('use-tls',
option('pg-bell',
type : 'boolean', value : true,
description : 'should pg ring the bell on invalid keys?')
option('colors-default', type: 'boolean', value: 'true',
option('colors-default', type: 'boolean', value: true,
description: 'Enables colorized output from utils by default')
option('fs-search-path',