cairo-ft: remove all usages of cairo-ft

This commit is contained in:
Daniel Eklöf 2019-07-28 12:45:01 +02:00
parent c399c329b6
commit 175dc9cf94
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 4 additions and 78 deletions

View file

@ -23,7 +23,6 @@ math = cc.find_library('m')
threads = dependency('threads')
fontconfig = dependency('fontconfig')
cairo = dependency('cairo')
cairo_ft = dependency('cairo-ft')
wayland_protocols = dependency('wayland-protocols')
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
@ -78,7 +77,7 @@ executable(
'tllist.h',
'vt.c', 'vt.h',
wl_proto_src + wl_proto_headers,
dependencies: [threads, math, cairo, cairo_ft, fontconfig, wayland_client, wayland_cursor, xkb],
dependencies: [threads, math, cairo, fontconfig, wayland_client, wayland_cursor, xkb],
install: true)
custom_target(