module pkgconfig: added install_dir attribute (#776)
the pkgconfig module automatically specified to install the pkgconfig file to {libdir}/pkgconfig. Default settings in meson already include multiarch-directories like x86_64-gnu-linux into the libdir. pkgconfig usually does not check inside multiarch-dirs for any pkgconfig-files. to make this a bit more flexible, this commit introduces the install_dir attribute for pkgconfig.generate. if it is set, the default install path will be overridden by the users inputpull/777/head
parent
19ecad5b24
commit
167deda665
2 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue