diff options
author | Matthew Waters <matthew@centricular.com> | 2016-09-11 12:07:28 +1000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-09-26 20:25:17 +0300 |
commit | 13e91ab4996ffd3e3ebc24e7a69ccba64e89b4f5 (patch) | |
tree | 680fb482e7379093fbe913dbbafc088bb90573a6 /mesonbuild/scripts/gtkdochelper.py | |
parent | 5ebc77f72223d15fae869ffcc26c0b0020198fc4 (diff) | |
download | meson-13e91ab4996ffd3e3ebc24e7a69ccba64e89b4f5.zip meson-13e91ab4996ffd3e3ebc24e7a69ccba64e89b4f5.tar.gz meson-13e91ab4996ffd3e3ebc24e7a69ccba64e89b4f5.tar.bz2 |
Add dependency support to the checks using the compiler
It is extremely common to need to know within a given dependency if
a given header, symbol, member, function, etc exists that cannot be
determined from the version number alone.
Without passing dependency objects to the various compiler/linker
checks and with many libraries headers/libraries being located in
their own subdirs of the standard prefix, the check for the library
would not find the header/function/symbol/etc.
This commit allows passing dependency objects to the compiler checks so
that the test program can be compiled/linked/run with the necessary
compilation and/or linking flags for that library.
Diffstat (limited to 'mesonbuild/scripts/gtkdochelper.py')
0 files changed, 0 insertions, 0 deletions