tllist: use tllist from external git repository

This commit is contained in:
Daniel Eklöf 2019-11-17 19:10:35 +01:00
parent 9902a5732f
commit dd7058d368
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 8 additions and 182 deletions

View file

@ -62,6 +62,8 @@ version = custom_target(
output: 'version.h',
command: [generate_version_sh, meson.project_version(), '@SOURCE_DIR@', '@OUTPUT@'])
tllist = subproject('tllist').get_variable('tllist')
executable(
'foot',
'async.c', 'async.h',
@ -84,11 +86,11 @@ executable(
'slave.c', 'slave.h',
'terminal.c', 'terminal.h',
'tokenize.c', 'tokenize.h',
'tllist.h',
'vt.c', 'vt.h',
'wayland.c', 'wayland.h',
wl_proto_src + wl_proto_headers, version,
dependencies: [threads, math, freetype, fontconfig, pixman, wayland_client, wayland_cursor, xkb],
dependencies: [threads, math, freetype, fontconfig, pixman, wayland_client, wayland_cursor, xkb,
tllist],
install: true)
executable(