Skip to content
  • Andrea Pappacoda's avatar
    build(meson): remove explicit pkgconf Libs.private (#239) · 6a4ef9f7
    Andrea Pappacoda authored
    Meson automatically extracts the required dependencies of the library
    passed to `pkg.generate()`, so there's no need to list them explicitly.
    
    This also removes the unneeded `-lz` from `Libs.private` when
    `Requires.private` already specifies `zlib`.
    6a4ef9f7