mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[meson] CONFIG_COMBINING -> CONFIG_COMBINE
This commit is contained in:
parent
2782134985
commit
714be0589e
@ -56,7 +56,7 @@ conf_data.set('CONFIG_FASTMEM', get_option('fastmem'))
|
|||||||
conf_data.set('CONFIG_OWN_LIBC', get_option('own-libc'))
|
conf_data.set('CONFIG_OWN_LIBC', get_option('own-libc'))
|
||||||
conf_data.set('CONFIG_SMALL', get_option('small'))
|
conf_data.set('CONFIG_SMALL', get_option('small'))
|
||||||
conf_data.set('CONFIG_UTF8', get_option('utf-8'))
|
conf_data.set('CONFIG_UTF8', get_option('utf-8'))
|
||||||
conf_data.set('CONFIG_COMBINING', get_option('combining'))
|
conf_data.set('CONFIG_COMBINE', get_option('combining'))
|
||||||
|
|
||||||
conf_data.set('CONFIG_XTERM', get_option('xterm'))
|
conf_data.set('CONFIG_XTERM', get_option('xterm'))
|
||||||
conf_data.set('CONFIG_GPM', get_option('gpm'))
|
conf_data.set('CONFIG_GPM', get_option('gpm'))
|
||||||
|
Loading…
Reference in New Issue
Block a user