On FreeBSD run --auto-features=disabled -Dbuild-libblkid=enabled
-Dprogram-tests=false
builded sbin/findfs
Sponsored by: Future Crew, LLC
############################################################
+opt = not get_option('build-findfs').disabled()
exe = executable(
'findfs',
findfs_sources,
include_directories : includes,
dependencies : [blkid_dep],
install_dir : sbindir,
- install : true)
-if not is_disabler(exe)
+ install : opt,
+ build_by_default : opt)
+if opt and not is_disabler(exe)
exes += exe
manadocs += ['misc-utils/findfs.8.adoc']
bashcompletions += ['findfs']
description : 'build pylibmount')
option('build-hexdump', type : 'feature',
description : 'build hexdump')
+option('build-findfs', type : 'feature',
+ description : 'build findfs')
# static programs