1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-18 01:26:23 -04:00
elinks/src/intl/meson.build

9 lines
149 B
Meson
Raw Normal View History

if conf_data.get('CONFIG_NLS')
subdir('gettext')
endif
srcs += files('charsets.c')
if conf_data.get('CONFIG_UTF8')
srcs += files('width.c')
endif