Provided by: meson_0.29.0-1_all bug

NAME

       mesonconf - a tool to configure Meson builds

DESCRIPTION

       Mesonconf  provides a way to configure a Meson project from the command line. Its usage is
       simple.

       mesonconf [ build directory ] [ options to set ]

       If build directory is omitted, the current directory is used instead.

       If no parameters are set, mesonconf will print the value  of  all  build  options  to  the
       console.

       To set values, just use the -D command line argument like this.

       mesonconf -Dopt1=value1 -Dopt2=value2

SEE ALSO

       http://mesonbuild.com/