Skip to content
  • orbea's avatar
    meson: Use configure_file for pc files. · e4d9ffdd
    orbea authored and Adam Jackson's avatar Adam Jackson committed
    Meson's pkg.generate() is not suitable for header only libraries
    and using configure_file() allows for more fine tuned control.
    This also makes the meson and autotools builds more in sync where
    they both use the same .pc.in files.
    
    v2: Drop exec_prefix.
    e4d9ffdd