1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-06 23:44:43 -04:00
elinks/src/document/meson.build
2023-02-28 18:38:33 +01:00

17 lines
368 B
Meson

if conf_data.get('CONFIG_CSS')
subdir('css')
endif
if conf_data.get('CONFIG_LIBCSS')
subdir('css2')
endif
if conf_data.get('CONFIG_DOM')
subdir('dom')
endif
subdir('gemini')
subdir('html')
subdir('plain')
if conf_data.get('CONFIG_XML')
subdir('xml')
endif
srcs += files('docdata.c', 'document.cpp', 'format.c', 'forms.c', 'options.c', 'refresh.c', 'renderer.cpp')