diff options
author | grindhold <grindhold@users.noreply.github.com> | 2016-09-10 23:20:49 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-09-11 00:20:49 +0300 |
commit | 167deda6658315a7bbc553757b130be70ba827e2 (patch) | |
tree | d8d271350e15b53c01083ab95534c21926146b8a /authors.txt | |
parent | 19ecad5b24a75c89a4fddf355849b1568766829e (diff) | |
download | meson-167deda6658315a7bbc553757b130be70ba827e2.zip meson-167deda6658315a7bbc553757b130be70ba827e2.tar.gz meson-167deda6658315a7bbc553757b130be70ba827e2.tar.bz2 |
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 input
Diffstat (limited to 'authors.txt')
-rw-r--r-- | authors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authors.txt b/authors.txt index 0984c6d..fbac571 100644 --- a/authors.txt +++ b/authors.txt @@ -44,3 +44,4 @@ Matthias Klumpp Elliott Sales de Andrade Patrick Griffis Iain Lane +Daniel Brendle |