aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-10-29 14:04:47 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2018-10-29 21:44:46 +0200
commita52cd31a6ccc784cdcacebdb33719b223202f35d (patch)
tree4eae52e0fadee2d061e4a4c9936ead4a628a4128 /data
parentedccb11f015d51a1a45a936751a504f01641e928 (diff)
downloadmeson-a52cd31a6ccc784cdcacebdb33719b223202f35d.zip
meson-a52cd31a6ccc784cdcacebdb33719b223202f35d.tar.gz
meson-a52cd31a6ccc784cdcacebdb33719b223202f35d.tar.bz2
Print dependencies being used for compiler checks
It is a common idiom to look for a function or a specific type or a header in various locations/libraries, and it can be confusing to see the (seemingly) identical compiler check being done multiple times. Now we print the dependencies being used when a compiler check is run Before: Checking for function "fbGetDisplay": NO Checking for type "GLeglImageOES": YES Checking for function "asinh": YES After: Checking for function "fbGetDisplay" with dependency egl: NO Checking for type "GLeglImageOES" with dependencies glesv2, gl: YES Checking for function "asinh" with dependency -lm: YES
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions