forked from external/yambar
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_')
|
||||
else
|
||||
lib = static_library(
|
||||
'decoration_@0@'.format(deco), '@0@.c'.format(deco), dependencies: deco_sdk,
|
||||
target_type: target_type)
|
||||
'decoration_@0@'.format(deco), '@0@.c'.format(deco), dependencies: deco_sdk)
|
||||
|
||||
decorations += [declare_dependency(
|
||||
link_with: lib,
|
||||
|
|
Loading…
Add table
Reference in a new issue