mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
meson: add 'fcft' dependency to decorations and modules
This should fix build failures when building plugins as shared modules.
This commit is contained in:
parent
c7e10c48b7
commit
3719bbc593
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
deco_sdk = declare_dependency(dependencies: [pixman, tllist])
|
||||
deco_sdk = declare_dependency(dependencies: [pixman, tllist, fcft])
|
||||
|
||||
decorations = []
|
||||
foreach deco : ['background', 'stack', 'underline']
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module_sdk = declare_dependency(dependencies: [pixman, threads, tllist])
|
||||
module_sdk = declare_dependency(dependencies: [pixman, threads, tllist, fcft])
|
||||
|
||||
modules = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue