diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:19:52 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:19:52 +0100 |
commit | 2c0c3dc7cc3599a79fa464e1c093dead86f3cb65 (patch) | |
tree | 0ca9fb1f5789b350330694fc195529552a61b6bc /meson.build | |
parent | 0cdc47ab1ec09c9fe64e990a7770dbb15ef85a65 (diff) |
Revert "Make the LIBDIR path configurable"
This reverts commit 1670b46bf6e56d37e69ab0fa32c6799e83397020.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 7 |
1 files changed, 0 insertions, 7 deletions
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') |