mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
meson: remove rpath options
This commit is contained in:
parent
ab35e0383f
commit
bb2f007ad3
7 changed files with 6 additions and 24 deletions
|
@ -1,9 +1,8 @@
|
|||
executable(
|
||||
'swaymsg',
|
||||
'main.c',
|
||||
include_directories: [sway_inc],
|
||||
dependencies: [jsonc, wlroots],
|
||||
link_with: [lib_sway_common],
|
||||
install_rpath : rpathdir,
|
||||
install: true
|
||||
'swaymsg',
|
||||
'main.c',
|
||||
include_directories: [sway_inc],
|
||||
dependencies: [jsonc, wlroots],
|
||||
link_with: [lib_sway_common],
|
||||
install: true
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue