From 5b936cb1f86ff3e091d8183d8a1b0e0eb61928f8 Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Tue, 1 May 2018 16:49:15 +0200 Subject: Make the LIBDIR path configurable --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c1bb7d1..e994da8 100644 --- a/meson.build +++ b/meson.build @@ -15,5 +15,5 @@ executable( ], link_with: [lib_sway_common, lib_sway_client], install: true, - install_dir: 'usr/lib/sway' + install_dir: instlibdir ) -- cgit v1.2.3