Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    09925ab2
    build: Split into subdirectories · 09925ab2
    Simon McVittie authored
    
    Unlike Autotools, in Meson this doesn't have the problems caused by
    recursive make: ninja always has an overview of the whole source tree.
    
    With this change, test-locale-gen.sh needs minor adjustments, because
    G_TEST_SRCDIR, G_TEST_BUILDDIR now point into tests/ instead of the
    root directory of the source tree.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    09925ab2
    History
    build: Split into subdirectories
    Simon McVittie authored
    
    Unlike Autotools, in Meson this doesn't have the problems caused by
    recursive make: ninja always has an overview of the whole source tree.
    
    With this change, test-locale-gen.sh needs minor adjustments, because
    G_TEST_SRCDIR, G_TEST_BUILDDIR now point into tests/ instead of the
    root directory of the source tree.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>