Skip to content

meson: List libraries and their corresponding gir definition

commit 556e24f4037afe7aedde5092744db65ba2b38cce (HEAD -> static_gir, thiblahute/static_gir)
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Sat Jun 27 03:03:26 2020 -0400

    build: Disable python modules when statically building
    
    Introspection fails otherwise

commit 3b88107fb04f0c5d593d4c41a7b584bbb2957ead
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Sat Jun 27 01:29:06 2020 -0400

    meson: List libraries and their corresponding gir definition
    
    Introduces a `libraries` variable that contains all libraries in a
    dict with the following format:
    
    ``` meson
    'lib': library_object
    'git': {full git definition in a dict }
    ```
    
    It therefore refactors the way we build the git so that we can reuse the
    same information to build them against 'gstreamer-full' in gst-build
    when linking statically
Edited by Tim-Philipp Müller

Merge request reports