bu5hm4n pushed a commit to branch feature/meson. http://git.enlightenment.org/core/efl.git/commit/?id=86113a5d671bdde0a887c08d0f832c3e0f207d40
commit 86113a5d671bdde0a887c08d0f832c3e0f207d40 Author: Marcel Hollerbach <[email protected]> Date: Sat Jan 6 22:11:30 2018 +0000 meson: fix iconv checking --- header_checks/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header_checks/meson.build b/header_checks/meson.build index 5c2f6db801..2e4de1a5d1 100644 --- a/header_checks/meson.build +++ b/header_checks/meson.build @@ -54,7 +54,7 @@ function_checks = [ ['getpwent', ['sys/types.h', 'pwd.h']], ['getuid', ['unistd.h']], ['getxattr', ['sys/types.h', 'sys/xattr.h']], - ['iconv_t', ['iconv.h']], + ['iconv', ['iconv.h']], ['listxattr', ['sys/types.h', 'sys/xattr.h']], ['mallinfo', ['malloc.h']], ['malloc_info', ['malloc.h']], --
