Skip to content

meson: List libraries and their corresponding gir definition

Thibault Saunier requested to merge thiblahute/gstreamer:static_gir into master
commit 6fb0f6a5de0b9fea63c1753a944faf77a91220ac (HEAD -> static_gir)
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Sat Jun 27 00:39:00 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
    'gir': {full gir definition in a dict }
    ```
    
    It therefore refactors the way we build the gir so that we can reuse the
    same information to build them against 'gstreamer-full' in gst-build
    when linking statically

commit 6b10c056d3458bb641bfca182fafa6247d374497
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Sat Jun 27 00:37:39 2020 -0400

    meson: Mark files as files()
Edited by Thibault Saunier

Merge request reports