1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-04-18 00:47:36 -04:00
elinks/src/intl/meson.build
Witold Filipczyk 5f87bdbcb2 [meson] meson build scripts.
Not finished yet, but I added to motivate myself and others.
The goal is to get a few seconds faster builds.

autotools still will be available.
2020-09-05 22:06:01 +02:00

9 lines
154 B
Meson

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