forked from external/yambar
meson: install plugins
This commit is contained in:
parent
ded98baa4e
commit
e563761093
4 changed files with 19 additions and 6 deletions
|
@ -5,7 +5,9 @@ foreach deco : ['background', 'stack', 'underline']
|
|||
if get_option('core-plugins-as-shared-libraries')
|
||||
shared_module('@0@'.format(deco), '@0@.c'.format(deco),
|
||||
dependencies: deco_sdk,
|
||||
name_prefix: 'decoration_')
|
||||
name_prefix: 'decoration_',
|
||||
install: true,
|
||||
install_dir: get_option('libdir') + '/f00bar')
|
||||
else
|
||||
lib = static_library(
|
||||
'decoration_@0@'.format(deco), '@0@.c'.format(deco), dependencies: deco_sdk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue