build: Remove deprecated -Diconv option

It was deprecated in GLib 2.74, so we can now remove it.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Helps: #2786
This commit is contained in:
Philip Withnall 2022-11-22 16:32:42 +00:00
parent 8d77591d89
commit e71ecc8771

View File

@ -4,12 +4,6 @@ option('runtime_libdir',
description : 'install runtime libraries relative to libdir',
deprecated: true)
option('iconv',
type : 'combo',
choices : ['auto', 'libc', 'external'],
value : 'auto',
deprecated: true,)
option('charsetalias_dir',
type : 'string',
value : '',