diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-05-05 19:37:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-05 19:37:13 -0400 |
| commit | eda57e7761485f08c1bde0ef3e6a619d1b48348e (patch) | |
| tree | fbe3642dfd9b4cf78240099decda61a7b52097ea /meson.build | |
| parent | 54265bf65e2b6a799d68c72c0c43a2f8dd5b6f11 (diff) | |
| parent | 3b6629af3c268fd0dd6f42feaf3429bb25cfcb6f (diff) | |
Merge pull request #1927 from atomnuker/revert-libexec
Revert PR #1881
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meson.build b/meson.build index e40dc33c..bf266e5f 100644 --- a/meson.build +++ b/meson.build @@ -19,14 +19,6 @@ is_freebsd = host_machine.system().startswith('freebsd') datadir = get_option('datadir') sysconfdir = get_option('sysconfdir') prefix = get_option('prefix') -libexecdir = get_option('libexecdir') - -if libexecdir == '' - libexecdir = 'lib' -endif -sway_libexecdir = join_paths(prefix, libexecdir, 'sway') -add_project_arguments('-DSWAY_LIBEXECDIR="/@0@"'.format(sway_libexecdir), language : 'c') - jsonc = dependency('json-c', version: '>=0.13') pcre = dependency('libpcre') @@ -121,7 +113,6 @@ config = configuration_data() config.set('sysconfdir', join_paths(prefix, sysconfdir)) config.set('datadir', join_paths(prefix, datadir)) config.set('prefix', prefix) -config.set('sway_libexecdir', sway_libexecdir) configure_file( configuration: config, |
