Skip to content

Preparation for Meson build system

Simon McVittie requested to merge smcv/dbus:meson-prep into master
  • Doxyfile: browse for build-dir sources

    From: @elmarco

    This allows it to pick dbus-arch-deps.h as well when building out-of-tree.

  • doc: silence some xmlto man pages warnings

    From: @elmarco

    Some pages are missing AUTHOR section, xmlto complains about it, ex:
    Warn: meta author : no refentry/info/author                        dbus-update-activation-environment
    Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  dbus-update-activation-environment
    Warn: meta author : no author data, so inserted a fixme            dbus-update-activation-environment
  • dbus: fix warning: label 'oom' defined but not used

    From: @elmarco

    When DBUS_ENABLE_VERBOSE_MODE is not set, the compiler warns.

    Let's remove the label.

Merge request reports