mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
terminfo: intitial terminfo specification
This commit is contained in:
parent
6e69cf9562
commit
0c565d1558
2 changed files with 190 additions and 0 deletions
|
|
@ -80,4 +80,12 @@ executable(
|
|||
dependencies: [threads, math, cairo, cairo_ft, fontconfig, wayland_client, wayland_cursor, xkb],
|
||||
install: true)
|
||||
|
||||
custom_target(
|
||||
'terminfo',
|
||||
output: 'f',
|
||||
input: 'foot.info',
|
||||
command: ['tic', '-o', '@OUTDIR@', '-e', 'foot,foot-direct', '@INPUT@'],
|
||||
install: true,
|
||||
install_dir: join_paths(get_option('datadir'), 'terminfo'))
|
||||
|
||||
install_data('foot.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue