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 @@
particle_sdk = declare_dependency(dependencies: [freetype, fontconfig, pixman, tllist])
particle_sdk = declare_dependency(dependencies: [pixman, tllist, fcft])
particles = []
foreach particle : ['empty', 'list', 'map', 'progress-bar', 'ramp', 'string']