1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00

[meson] muon compatibility

muon does not support i18n yet
This commit is contained in:
Witold Filipczyk 2023-11-23 21:14:44 +01:00
parent 07da251555
commit 27c513cb61

View File

@ -1028,7 +1028,9 @@ if not conf_data.get('CONFIG_SMALL')
testdeps += files('src/util/fastfind.c')
endif
subdir('po')
if conf_data.get('CONFIG_NLS')
subdir('po')
endif
subdir('src')
subdir('contrib')
subdir('doc')