Make the LIBDIR path configurable

This commit is contained in:
Nicolas Braud-Santoni 2018-05-01 16:49:15 +02:00
parent 7709340727
commit 1670b46bf6
5 changed files with 12 additions and 4 deletions

View file

@ -25,5 +25,5 @@ executable(
],
link_with: [lib_sway_common, lib_sway_client],
install: true,
install_dir: 'usr/lib/sway'
install_dir: instlibdir
)