diff --git a/meson.build b/meson.build index 1715962a..05342f4b 100644 --- a/meson.build +++ b/meson.build @@ -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, )