mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 05:15:41 +02:00
meson: decorations: don't set target_type
This commit is contained in:
parent
55ae279bb9
commit
88a415cbbd
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ foreach deco : ['background', 'stack', 'underline']
|
||||||
name_prefix: 'decoration_')
|
name_prefix: 'decoration_')
|
||||||
else
|
else
|
||||||
lib = static_library(
|
lib = static_library(
|
||||||
'decoration_@0@'.format(deco), '@0@.c'.format(deco), dependencies: deco_sdk,
|
'decoration_@0@'.format(deco), '@0@.c'.format(deco), dependencies: deco_sdk)
|
||||||
target_type: target_type)
|
|
||||||
|
|
||||||
decorations += [declare_dependency(
|
decorations += [declare_dependency(
|
||||||
link_with: lib,
|
link_with: lib,
|
||||||
|
|
Loading…
Add table
Reference in a new issue