fcft: use fcft instead of local copy of font.{c,h}

This commit is contained in:
Daniel Eklöf 2019-12-01 16:00:15 +01:00
parent 75d9c9a12d
commit 51a6631c19
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
11 changed files with 30 additions and 722 deletions

View file

@ -1,4 +1,4 @@
deco_sdk = declare_dependency(dependencies: [freetype, pixman, tllist])
deco_sdk = declare_dependency(dependencies: [pixman, tllist])
decorations = []
foreach deco : ['background', 'stack', 'underline']