build-sys: meson: when libc iconv is used, tell libiconv header to pretend to be...
authorGreg V <greg@unrelenting.technology>
Fri, 3 Apr 2020 15:51:59 +0000 (18:51 +0300)
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>
Mon, 18 Jan 2021 16:33:52 +0000 (16:33 +0000)
commit4ff664a3eb7542826f56cf941b7e9d5c080ceffc
tree440ef44655a894ed6f4ae6a290f81d94939e5647
parent42a92548912817162e20992582851a94bea56f62
build-sys: meson: when libc iconv is used, tell libiconv header to pretend to be libc's iconv

The libiconv header on FreeBSD would be preferred by include path, but
we don't want to link to libiconv, so tell its header to act like
the system header.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/277>
meson.build