1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00
elinks/src/intl/meson.build
Witold Filipczyk 66305fcb50 [gettext] try system gettext. Refs #62
Now, only meson was changed.
-Dnls=true -Dgettext=true
2021-08-08 21:25:08 +02:00

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