fcft: update to 0.3.0

fcft now calculates the underline and strikeout integer positions,
making our rendering code much simpler.
This commit is contained in:
Daniel Eklöf 2019-12-03 21:00:48 +01:00
parent a17ce10c03
commit 0f15f0ba43
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 7 additions and 13 deletions

View file

@ -26,7 +26,7 @@ wayland_cursor = dependency('wayland-cursor')
xkb = dependency('xkbcommon')
tllist = dependency('tllist', version: '>=1.0.0', fallback: ['tllist', 'tllist'])
fcft = dependency('fcft', version: ['>=0.2.0', '<0.3.0'], fallback: ['fcft', 'fcft'])
fcft = dependency('fcft', version: ['>=0.3.0', '<0.4.0'], fallback: ['fcft', 'fcft'])
wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')