mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
8d77591d89
commit
e71ecc8771
@ -4,12 +4,6 @@ option('runtime_libdir',
|
|||||||
description : 'install runtime libraries relative to libdir',
|
description : 'install runtime libraries relative to libdir',
|
||||||
deprecated: true)
|
deprecated: true)
|
||||||
|
|
||||||
option('iconv',
|
|
||||||
type : 'combo',
|
|
||||||
choices : ['auto', 'libc', 'external'],
|
|
||||||
value : 'auto',
|
|
||||||
deprecated: true,)
|
|
||||||
|
|
||||||
option('charsetalias_dir',
|
option('charsetalias_dir',
|
||||||
type : 'string',
|
type : 'string',
|
||||||
value : '',
|
value : '',
|
||||||
|
Loading…
Reference in New Issue
Block a user