From 2c0c3dc7cc3599a79fa464e1c093dead86f3cb65 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sun, 6 May 2018 00:19:52 +0100 Subject: Revert "Make the LIBDIR path configurable" This reverts commit 1670b46bf6e56d37e69ab0fa32c6799e83397020. --- meson.build | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 57dbea02..bf266e5f 100644 --- a/meson.build +++ b/meson.build @@ -19,13 +19,6 @@ is_freebsd = host_machine.system().startswith('freebsd') datadir = get_option('datadir') sysconfdir = get_option('sysconfdir') prefix = get_option('prefix') -instlibdir = get_option('instlibdir') - -if instlibdir == '' - instlibdir = join_paths(prefix, 'lib/sway') -endif -add_project_arguments('-DINSTLIBDIR="/@0@"'.format(instlibdir), language : 'c') - jsonc = dependency('json-c', version: '>=0.13') pcre = dependency('libpcre') -- cgit v1.2.3-54-g00ecf