mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
8 lines
250 B
Meson
8 lines
250 B
Meson
|
if conf_data.get('CONFIG_MOUSE')
|
||
|
srcs += files('mouse.c')
|
||
|
endif
|
||
|
if conf_data.get('CONFIG_TERMINFO')
|
||
|
srcs += files('terminfo.c')
|
||
|
endif
|
||
|
srcs += files('color.c', 'draw.c', 'event.c', 'hardio.c', 'kbd.c', 'screen.c', 'tab.c', 'terminal.c', 'window.c')
|