Skip to content
  • Nirbheek Chauhan's avatar
    meson: Sort globbed files before printing · daf5d250
    Nirbheek Chauhan authored
    This ensures stability in the output, because the underlying
    implementation uses readdir() and the output will depend on the
    filesystem.
    
    This also works around a bug where g-ir-scanner's source scanner was
     #include-ing gmarshal.h before any other header which resulted in all
    marshaling symbols to be skipped from the introspection because of
    syntax errors.
    daf5d250