mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Meson build: libstore check for statvfs
This commit is contained in:
parent
40f80e1b5c
commit
823baa25f3
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ configdata.set('CAN_LINK_SYMLINK', can_link_symlink.to_int())
|
||||||
check_funcs = [
|
check_funcs = [
|
||||||
# Optionally used for canonicalising files from the build
|
# Optionally used for canonicalising files from the build
|
||||||
'lchown',
|
'lchown',
|
||||||
|
'statvfs',
|
||||||
]
|
]
|
||||||
foreach funcspec : check_funcs
|
foreach funcspec : check_funcs
|
||||||
define_name = 'HAVE_' + funcspec.underscorify().to_upper()
|
define_name = 'HAVE_' + funcspec.underscorify().to_upper()
|
||||||
|
|
Loading…
Reference in a new issue