meson: install plugins

This commit is contained in:
Daniel Eklöf 2019-05-01 22:08:15 +02:00
parent ded98baa4e
commit e563761093
4 changed files with 19 additions and 6 deletions

View file

@ -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')