Skip to content
  • Carlos Garnacho's avatar
    meson: Add mutter_built_sources to libmutter declared dependency · 169022cb
    Carlos Garnacho authored and Jonas Ådahl's avatar Jonas Ådahl committed
    If meson tries to get ahead and generate object files for tests
    at the same time than building libmutter, those may randomly fail
    if meson did not create the libmutter generated headers yet.
    
    Add those to the declared dependency, so the files are ensured to
    be created before anything gets to use it.
    
    Closes: #404
    169022cb