Skip to content

modules: print the optional modules as part of the meson summary

Peter Hutterer requested to merge whot/pipewire:wip/meson-module-list into master

This makes it easier to figure out if a particular module was missing from the build. Example output:

  Optional Modules
    rt                        : YES
    rtkit                     : YES
    portal                    : YES
    pulse-tunnel              : YES
    zeroconf-discover         : YES
    roc-sink                  : NO
    roc-source                : NO

Merge request reports