Skip to content
  • Iñigo Martínez's avatar
    meson: Fix dependencies · 8b09eb18
    Iñigo Martínez authored and Alberto Fanjul's avatar Alberto Fanjul committed
    Libraries build by gitg expose a number of includes in their public
    headers belonging to different libraries. Therefore, these libraries
    are indirect dependencies of the library to be built.
    
    With this in mind, these indirect dependencies are also included
    when a direct dependency is included, so there is no need to include
    them again.
    
    Dependency hierarchy has been fixed and duplicated dependencies
    removed.
    
    Created `pkg-config` files requirements have also been fixed.
    8b09eb18