mesonconf(1) 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