meson: Support execinfo.h on FreeBSD by using -lexecinfo
authorTing-Wei Lan <lantw@src.gnome.org>
Mon, 14 Nov 2016 19:03:22 +0000 (03:03 +0800)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 25 Nov 2016 19:28:04 +0000 (19:28 +0000)
commitec2e213c50533c85759eca72a7dc1be22697da7e
tree0bf6ca697d2ac2df84ca13e0c6f0c462e99ae1e1
parent9cc36e511c4b181f7bc08b2cf8eff54d61cb44a2
meson: Support execinfo.h on FreeBSD by using -lexecinfo

FreeBSD supports execinfo.h and backtrace* functions, but
using them requires linking with -lexecinfo.

Requires sufficiently-new meson with #1053 fixed (post-0.36).

https://bugzilla.gnome.org/show_bug.cgi?id=774424
meson.build