mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
Add install rpath.
Should make installing to /usr/local work out of the box
This commit is contained in:
parent
3231407c13
commit
a623018ee2
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ executable(
|
||||||
['src/gBar.cpp'],
|
['src/gBar.cpp'],
|
||||||
dependencies: [gtk],
|
dependencies: [gtk],
|
||||||
link_with: libgBar,
|
link_with: libgBar,
|
||||||
|
install_rpath: '$ORIGIN/:$ORIGIN/../lib',
|
||||||
install: true
|
install: true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue