Skip to content
  • Rasmus Thomsen's avatar
    meson: check for libcap via pkg-config · cc9c3c31
    Rasmus Thomsen authored
    It's possible that setcap is installed, but the libcap headers/libs aren't (e.g.
    during cross compilation, when you have the program installed for the host,
    but need the headers of the target). Also removes the need to manually check
    for the libcap headers.
    cc9c3c31