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
|
@ -81,4 +81,6 @@ executable(
|
|||
dependencies: [bar, cairo, cairo_ft, fontconfig, yaml, threads, dl] +
|
||||
decorations + particles + modules,
|
||||
build_rpath: '$ORIGIN/modules:$ORIGIN/decorations:$ORIGIN/particles',
|
||||
export_dynamic: true)
|
||||
export_dynamic: true,
|
||||
install: true,
|
||||
install_rpath: '$ORIGIN/../' + get_option('libdir') + '/f00bar')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue