• Show log

    Commit

  • Hash : 03bd6ead
    Author : Christoph Reiter
    Date : 2020-06-03T23:52:10

    [meson] Only pass required dependencies to everything
    
    Instead of passing dependencies as required we used one giant shared
    dependency list containing all dependencies for every library/executable.
    While this kinda works, the specified deps are also used for generating
    the pkg-config files and this leads to lots of Requires.private and Libs.private
    entries which aren't really needed.
    
    This removes the "deps" array and replaces it with a few smaller ones and
    makes sure the public libraries only get passed the dependencies actually
    needed.
    
    Fixes #2441
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/harfbuzz.git
    Git SSH git@git.kmx.io:kc3-lang/harfbuzz.git
    Public access ? public
    Description

    HarfBuzz text shaping engine

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags