mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
12 lines
224 B
Meson
12 lines
224 B
Meson
if conf_data.get('CONFIG_GETTEXT')
|
|
srcs += files('libintl.c')
|
|
elif conf_data.get('CONFIG_NLS')
|
|
subdir('gettext')
|
|
endif
|
|
|
|
srcs += files('charsets.c')
|
|
|
|
if conf_data.get('CONFIG_UTF8')
|
|
srcs += files('width.c')
|
|
endif
|