Skip to content
  • Xavier Claessens's avatar
    Meson: Fix doc build when opus is a subproject · d2f6805c
    Xavier Claessens authored and Ralph Giles's avatar Ralph Giles committed
    
    
    meson.source_root() and meson.build_root() have been deprecated in
    latest Meson release because they are a trap. They point to the root of
    parent project instead of root of current subproject. Meson 0.56.0 added
    meson.project_source/build_root() but it is just as easy to use
    meson.current_source/build_dir() in the root meson.build file and avoids
    bumping required meson version.
    
    Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
    d2f6805c