mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
66305fcb50
Now, only meson was changed. -Dnls=true -Dgettext=true
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
|