mirror of
https://github.com/swaywm/sway.git
synced 2026-03-16 05:34:10 -04:00
meson: remove rpath options
This commit is contained in:
parent
ab35e0383f
commit
bb2f007ad3
7 changed files with 6 additions and 24 deletions
11
meson.build
11
meson.build
|
|
@ -126,17 +126,6 @@ else
|
|||
endif
|
||||
add_project_arguments('-DSWAY_VERSION=@0@'.format(version), language: 'c')
|
||||
|
||||
if get_option('use_rpath')
|
||||
if get_option('custom_rpath') == ''
|
||||
# default to platform specific libdir, one level up from the binary
|
||||
rpathdir = join_paths('$ORIGIN', '..', '$LIB')
|
||||
else
|
||||
rpathdir = get_option('custom_rpath')
|
||||
endif
|
||||
else
|
||||
rpathdir = ''
|
||||
endif
|
||||
|
||||
sway_inc = include_directories('include')
|
||||
|
||||
subdir('include')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue