Skip to content

meson: Add autodetection to the iconv combo option

Nirbheek Chauhan requested to merge nirbheek/glib:autodetect-iconv-impl into master

Instead of requiring the user to specify which option to use, which they will not really know, nor should they need to know.

Search for each type of iconv (in the C library, as a separate native library, as the GNU implementation) by default.

Fixes #1557 (closed)

Edited by Nirbheek Chauhan

Merge request reports