aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2019-01-18 08:26:44 +0100
committerLibravatar emersion <contact@emersion.fr>2019-01-18 08:26:44 +0100
commitbb2f007ad3c6be5b03eb60b524b36ee4d7ad9742 (patch)
tree3c1e46af891b1eb1cf24a9c0b6813e1fb8955284 /meson.build
parentmeson: remove unused dependencies (diff)
downloadsway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.tar.gz
sway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.tar.zst
sway-bb2f007ad3c6be5b03eb60b524b36ee4d7ad9742.zip
meson: remove rpath options
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build11
1 files changed, 0 insertions, 11 deletions
diff --git a/meson.build b/meson.build
index 85d58a35..8f522a3b 100644
--- a/meson.build
+++ b/meson.build
@@ -126,17 +126,6 @@ else
126endif 126endif
127add_project_arguments('-DSWAY_VERSION=@0@'.format(version), language: 'c') 127add_project_arguments('-DSWAY_VERSION=@0@'.format(version), language: 'c')
128 128
129if get_option('use_rpath')
130 if get_option('custom_rpath') == ''
131 # default to platform specific libdir, one level up from the binary
132 rpathdir = join_paths('$ORIGIN', '..', '$LIB')
133 else
134 rpathdir = get_option('custom_rpath')
135 endif
136else
137 rpathdir = ''
138endif
139
140sway_inc = include_directories('include') 129sway_inc = include_directories('include')
141 130
142subdir('include') 131subdir('include')