mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
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.
9 lines
154 B
Meson
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
|