Skip to content

Commit

Permalink
build-sys: start building ninfod by default
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Kerola <[email protected]>
  • Loading branch information
kerolasa committed Oct 15, 2018
1 parent 44c9a8f commit 60ed069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ $# -ne 0 ]; then
meson configure builddir
echo ''
echo 'Configuration can be changed like this:'
echo ' meson configure builddir -DBUILD_NINFOD=true'
echo ' meson configure builddir -Dprefix=/usr'
echo ' More info: http://mesonbuild.com/Configuring-a-build-directory.html'
# See also: http://mesonbuild.com/howtox.html
fi
Expand Down
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ option('BUILD_TRACEPATH', type : 'boolean', value : true,
option('BUILD_TRACEROUTE6', type : 'boolean', value : true,
description : 'Build traceroute6')

option('BUILD_NINFOD', type : 'boolean', value : false,
option('BUILD_NINFOD', type : 'boolean', value : true,
description : 'Build ninfod')

option('BUILD_MANS', type : 'boolean', value : true,
Expand Down

0 comments on commit 60ed069

Please sign in to comment.