meson: vtlib: add missing ‘fcft’ dependecy

This commit is contained in:
Daniel Eklöf 2020-11-14 12:05:03 +01:00
parent bf8c82c79a
commit bff07b09b9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -117,7 +117,7 @@ vtlib = static_library(
'osc.c', 'osc.h',
'sixel.c', 'sixel.h',
'vt.c', 'vt.h',
dependencies: [pixman, tllist],
dependencies: [pixman, fcft, tllist],
link_with: misc,
)